What is true about semantic tags in HTML5?

A. The tag's purpose is clear from the name.
B. They are understood in varying contexts.
C. They contain unitary elements that are not used to contain text.
D. They do not have end tags.



Answer :

Final answer:

Semantic tags in HTML5 define the structure and context of content using specific tag names.


Explanation:

Semantic tags in HTML5 have specific purposes indicated by their names. They provide meaning to the content within them, assisting browsers in understanding the structure and context of the text. Examples of semantic tags include <header>, <footer>, and <article>.


Learn more about HTML5 Semantic Tags here:

https://brainly.com/question/50982343