+ 2
What does it mean for a tag to be semantic in html???
3 Answers
+ 2
Navigate to this website
https://www.w3.org/2001/sw/sweo/public/UseCases/Faviki/
+ 3
For HTML it is the tags we use to mark a document up. An example is the p tag for paragraphs which tells the browser that the text within a p tag is a paragraph. Creating semantic markup is nothing more complicated than understanding the language of HTML and using it to create a document that has semantic meaning.
+ 2
thanks.your answer and suggestion really helped