SGSnehal Gadgeinkodina.hashnode.dev·Nov 23, 2022 · 3 min readPositions in CSSWhat is Position? Position in CSS helps us to manipulate the position of an element in our web page. It specifies the type of positioning method used for an element. We use top, right, bottom and left properties to determine the final location of pos...00
SGSnehal Gadgeinkodina.hashnode.dev·Nov 13, 2022 · 3 min readIntroduction to CSS & its SelectorsWe use HTML to structure our web page but the structured page need to look more presentable to the users . To make the web page presentable we use CSS. What is CSS ? CSS stands for Cascading Style Sheets , as the name itself suggest the use of this ....00
SGSnehal Gadgeinkodina.hashnode.dev·Nov 11, 2022 · 2 min readHTML TagsHTML tags are used to structure a web page and to let the web browser render the page properly. We will talk about the basic HTML tags which are mostly used . Basic Tags <h1> to <h6> :- h1 to h6 are known as heading tags . These tags are used to put...00
SGSnehal Gadgeinkodina.hashnode.dev·Nov 8, 2022 · 2 min readUnderstanding HTML more!To structure, to emphasise particular keywords, to improve the accessibility of our web page we use a markup language , which is HTML. What is HTML? HTML stands for Hypertext Markup Language, let us understand the meaning of each word . Hypertext me...00
SGSnehal Gadgeinkodina.hashnode.dev·Nov 5, 2022 · 3 min readIntroduction to Web and HTMLA Web page is a document that we see on our browsers (eg. Firefox, Opera, Google Chrome) .These webpages are structured with the help of HTML. HTML stands for Hyper Text Markup Language. It is a standard markup language for creating Web pages . And t...01A