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
Quick AnswerThe correct answer is True because it directly addresses the core logic of Web Technology.
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>.