Selectors...Simple Selectors Universal Selector. Element Selector. Class Selector. ID Selector. Selector list. Universal The CSS universal selector (*) matches elements of any type. (isse universal selectors kehte h, jo html file/documnet ke saare tag ko ...Jan 31, 2023·2 min read
HTML part_2 Inline Vs Block Element...Block Element A block-level element always starts on a new line, and the browsers automatically add some space before and after the element. A block-level element always takes up the full width available. Two commonly used block elements are: <p> and...Jan 23, 2023·3 min read
HTML part_1..Heading in HTML is used to give heading in webpage <h1>This is heading Tag</h1> <h2>This is heading Tag</h2> <h3>This is heading Tag</h3> <h4>This is heading Tag</h4> <h5>This is heading Tag</h5> <h6>This is heading Tag</h6> ...Jan 22, 2023·1 min read
Html..HTML-HyperText Markup Language It is used to structure our webpage how our page will look like, which text and image should be on the webpage. Tags in HTML Their are tags in html that are used to structure our webpage. Tags -> <openingTag> </ClosingT...Jan 21, 2023·1 min read