CSS Selector
CSS selectors are used to s CSS Selector elect the content you want to style. Selectors are the part of CSS rule set. CSS selectors select HTML elements according to its id, class, type, attribute etc.
There are several different types of selectors in CSS.
- CSS Element Selector
- CSS Id Selector
- CSS Class Selector
- CSS Universal Selector
- CSS Group Selector
1) CSS Element Selector
The element selector selects the HTML element by name.
No comments:
Post a Comment