0
What are semantic elements
?
2 Answers
+ 4
Semantic descriptors divide site content into semantic blocks, it helps search engines to separate the most important from the secondary without using the <div> descriptor; their absence is not considered a gross error, but a good developer should use them.
+ 1
before the introduction of semantic elements, pretty much everything was within a div. semantic elements such as header, footer, main, aside, article and section provide a clear sectioning of a web page.