MCQ
Which HTML tag is used to define a division or section in a document?
A <div>
B <section>
C <span>
D <part>
Explanation

The <div> tag defines a division or section in an HTML document and is used as a container for other elements.