Forum

what is CSS id?
 
Notifications
Clear all

what is CSS id?


(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
Topic starter  

what is CSS id?


   
Quote
(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
Topic starter  

The CSS id Selector
The id selector uses the id attribute of an HTML element to select a specific element. The id of an element is unique within a page, so the id selector is used to select one unique element! To select an element with a specific id, write a hash (#) character, followed by the id of the element.


   
ReplyQuote
Share: