Flow of code execution in JavaScriptJavaScript is a programming language that is commonly used for creating interactive and dynamic web pages. One of the key features of JavaScript is its ability to execute code in a specific order, known as the flow of code execution. In this article,...Jan 27, 2023·2 min read
CSS GridCSS Grid is a powerful layout system that allows developers to create complex, responsive designs using only HTML and CSS. It allows for two-dimensional grid-based layout, meaning that elements can be positioned in a grid of rows and columns. This ma...Jan 27, 2023·2 min read
Input ElementsInput elements are HTML elements that allow users to enter and submit information on a web page. They are a crucial part of any form, as they allow users to input data that can then be processed by the website or application. Some common input elemen...Jan 27, 2023·2 min read
HTML ElementHTML (Hypertext Markup Language) is the standard language used to create web pages. It consists of a series of elements, each represented by a specific tag, that is used to define the structure and content of a web page. An HTML element is a basic bu...Jan 27, 2023·2 min read
Flex Box (CSS)Flexbox, or Flexible Box Layout, is a CSS layout module that makes it easy to create flexible and responsive designs. It allows you to create flexible, multi-dimensional layouts that adapt to the size and orientation of the device or viewport. To use...Jan 27, 2023·2 min read
CSS Box ModelThe CSS Box Model is a concept that describes the layout of elements on a web page. It is used to calculate the size and position of elements and is an important aspect of web design and development. The box model consists of several different compon...Jan 27, 2023·7 min read
Git Cheat SheetWhat is GIT? All local GitHub activity on your computer is managed by Git, a distributed version control system that is free and open source. The most significant and often used Git commands are listed on this cheat sheet for quick access. 1) SETUP...Jul 24, 2022·4 min read