VYViyyapu Yashoda Lakshmiinyashoda.hashnode.dev·Apr 17, 2023 · 35 min readHTML ElementsHTML - Hyper Text Markup Language HTML stands for Hyper Text Markup Language, which is the most widely used language on Web to develop web pages. HTML was created by Berners-Lee in late 1991 but "HTML 2.0" was the first standard HTML specification ...00
VYViyyapu Yashoda Lakshmiinyashoda.hashnode.dev·Apr 11, 2023 · 20 min readCSS Grid LayoutGrid Layout in CSS Grid is a CSS layout model that allows its users to arrange elements appearing on a website into various rows and columns. This model partitions a web page into sections and aligns elements without having to go through the troubl...00
VYViyyapu Yashoda Lakshmiinyashoda.hashnode.dev·Mar 31, 2023 · 8 min readCSS Media QueriesMedia Queries in CSS Media Queries are used to make the websites responsive. The media query is used to hide/show an element when printing web pages. Media queries can modify the appearance (and even behavior) or a website or app based on a matche...00
VYViyyapu Yashoda Lakshmiinyashoda.hashnode.dev·Mar 31, 2023 · 25 min readThe CSS Box ModelThe Box Models in CSS Box Model All HTML elements can be considered as boxes. In CSS, the term "box model" is used to create the design and layout of websites. The CSS Box model is essentially a box that wraps around every HTML element and it consi...00
VYViyyapu Yashoda Lakshmiinyashoda.hashnode.dev·Mar 19, 2023 · 3 min readThe Position Property in CSSThe Position Property in CSS The CSS position property is used to position an element on the web page. It has a different positioning method that is used by elements during positioning on the web page. These positioning methods are static, relative...00