what are semantic tags in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

what are semantic tags in html

semantic tags in general

8th Sep 2019, 9:07 PM
Nkwain clovert
Nkwain clovert - avatar
2 Answers
+ 2
It means that they have a meaning. I.e. <nav> for the navbar. Or <aside> for the sidebar. But you could also use <div> for a navbar or sidebar, but the word "div" is just a container without a specific meaning and therefore not semantic. Here you can see a list of semantic elements: https://www.w3schools.com/html/html5_semantic_elements.asp
8th Sep 2019, 11:07 PM
CodeX
CodeX - avatar
+ 13
Nav, aside, footer, header
9th Sep 2019, 3:54 PM
MCGAmedCoder gamerArtist
MCGAmedCoder gamerArtist - avatar