Selectors:-
- The element Selector(based on element name)
- The id Selector
- The class Selector
- Grouping Selectors
The element Selector
Example:
Example:
Example:
The id Selector
note:- you can use only one Id once only in a webpage
Example
The class Selector
note:- you can use single class multiple time.
Grouping Selectors
Example:
Comments
Post a Comment