+ 2
What are semantic html elements?
Could somebody please explain? :(
2 Answers
+ 1
Bitdegree.org writes â
A semantic element clearly defines its meaning both to the developer and the browser. For example, the <dd> tag does not tell much about its content. ... They are the HTML5 semantic tags.â
If you had never used html before you wouldnt know what <ul> did. That is a semantic tag. A non-semantic tag would be something like <title>
+ 1
A good 5 min read with a list of semantic HTML elements.
https://guide.freecodecamp.org/html/html5-semantic-elements/