Welcome to the 11 th day of 100 days web development challenge. Today is my 3 rd day of learning CSS for web development. Using CSS feels like I have more control over the look and feel of my HTML documents. And honestly speaking, it is fun learning CSS because I'm able to change the color and position of my texts and paragraphs. Today I learnt about "selectors" in CSS and wrote 5 HTML files that are styled using different types of selectors and uploaded those files on my GitHub . Topics: What is Selector in CSS? Types of Selectors in CSS: Id Selector Element Selector Class Selector Universal Selector Grouping Selector What is Selector in CSS? A selector is an HTML tag at which style will be applied. This could be any HTML tag like <h1>, <p>, <table> etc. CSS selectors are used to "find" or as it's name suggests to "select" the HTML element that we want to give style to. To style, we first write the selector that is the name...
BRIJRAJ BLOGS
Programming Snippets 😉