SQSana Quaziinwebdevsana.hashnode.dev·Sep 11, 2022 · 2 min readScope in JSScope Scope in JavaScript actually determines the accessibility of variables and functions at various parts in one’s own code or program. In other words, Scope will help us to determine a given part of a code or a program, what variables or functio...00
SQSana Quaziinwebdevsana.hashnode.dev·Jul 26, 2022 · 3 min readPosition property in CSSWhat does "Position" in CSS mean? The position CSS property sets how an element is positioned in a document. The top, right, bottom, and left properties determine the final location of positioned elements. The position property in CSS tells about th...00
SQSana Quaziinwebdevsana.hashnode.dev·Jul 24, 2022 · 2 min readMarkdown for beginnersMarkdown Markdown is a lightweight markup language for creating formatted text using a plain-text editor. John Gruber and Aaron Swartz created Markdown in 2004 as a markup language that is appealing to human readers in its source code form. Markdown...01D
SQSana Quaziinwebdevsana.hashnode.dev·Jul 23, 2022 · 3 min readRole of Selectors in CSSWhat is Selector? A CSS selector is the first part of a CSS Rule. It is a pattern of elements and other terms that tell the browser which HTML elements should be selected to have the CSS property values inside the rule applied to them.* Common CSS ...00