1.
Which HTML tag is used to define a section in a document, typically used for grouping thematically related content?
<article>
<span>
<section>
<div>
Correct: C
The <section> tag is used to define a section in an HTML document. It is typically used to group together thematically related content. This helps in organizing and structuring the web page.
1 / 32