ID
ID is used to select an element. It should only be used once per HTML document.
To select
multiple elements, class should be used.
In the HTML, the id=" " attribute is used in the tag to select.
And in the CSS a hash ( # ) is placed before the id name.