Intermediate to Advanced HTML
1. Ids & Classes
The id attribute is used to specify a unique id for an HTML element. You cannot have more than one element with the same id in a document.
The class attribute is used to specify a class for an HTML element. Multiple elements can shar...
calebjsmithio.hashnode.dev2 min read