Which of the following is most appropriate tag in html 5 to divide the document into logical document groups?
Answer options
A
True
B
False
Correct answer: True
Explanation
The HTML5 <section> element is the most appropriate tag for dividing a document into logical groups based on thematic content. It is more semantic than a generic <div>.