SSSudhansu Sekhar Mahankudainsudhansusekhar.hashnode.dev·Mar 15, 2023 · 2 min readArrays In JavascriptJavaScript:- JavaScript(JS) is a lightweight, high-level just-in-time (JIT) compiled dynamically typed programing language that conforms to the ECMAScript specification. JS is used to build desktop apps and develop mobile apps for both android and io...00
SSSudhansu Sekhar Mahankudainsudhansusekhar.hashnode.dev·Mar 14, 2023 · 2 min readCSS GridWhat is CSS Grid? A grid can be defined as an intersecting set of horizontal lines and vertical lines. CSS grid is a layout system used for building two-dimensional layouts by using rows and columns. It makes layouts possible or easier than they are ...00
SSSudhansu Sekhar Mahankudainsudhansusekhar.hashnode.dev·Mar 8, 2023 · 1 min readCSS FlexboxWhat is CSS Flex Box? The flexbox in CSS is a one-dimensional layout model, which provides an easy & clean way to arrange items within a container. As the name suggests, flexbox is all about flexibility. We can control whether items grow or shrink,...00
SSSudhansu Sekhar Mahankudainsudhansusekhar.hashnode.dev·Mar 8, 2023 · 2 min readHTML ElementsWhat is HTML? HTML(Hypertext Markup Language) is the standardized system to structure the web page. Without HTML web pages would not exist. Every page we found on the web is created using HTML elements. HTML is the skeleton of a web page. HTML tags a...00
SSSudhansu Sekhar Mahankudainsudhansusekhar.hashnode.dev·Mar 7, 2023 · 2 min readIntroduction to CSS Box ModelWhat is the CSS box model? The CSS box model is a container that includes multiple properties like border, padding and margin. And every element in a web page fits into the CSS box model. It is mainly divided into four areas. Margin Area Border Are...00