Tags : distinguish class and id in html
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).