There are many new elements in HTML5, such as main
, header
, article
, section
etc.
Is is good idea to not give these elements an id or class?
For example: I have only one main
element on the page. Is it a bad idea to give it an id or class?