Selector-Overview
Selectors
- Selectors are used to select the HTML content that we want to style.
- These select HTML elements according to their id, class, type, and attribute.
Different types of selectors in CSS:
- Element Selector
- Id Selector
- Class Selector
- Universal Selector
- Group Selector