MCQ
Which HTML tag is used to define the main content of a document?
A <main>
B <body>
C <content>
D <section>
Explanation

The <main> element specifies the main content of a document, and there should only be one per page.