Semantic Elements :
Semantic elements are HTML elements that represent its meaning to the browser and developer about its contents.
For Example –
p tag represents a paragraph,
a tag represents anchor tag,
form tag,
table tag,
article tag
and many more are semantic .
elements in HTML.

Non-semantic :


Whereas, div tag, span tag, bold tag are not semantic elements.