mark html page
-
ID selector in CSS
in css, id is used to style the element with the specified id. -
Class selector in CSS
in css, class is used to style the element with the specified class. -
The id attribute in HTML
in html, the id attribute is used to specify a unique id for an html element (the value must be unique in the html file).