Beginner
HTML & CSS
Q28 / 100
Which HTML5 element is used to define independent, self-contained content, like a blog post?
Correct! Well done.
Incorrect.
The correct answer is B) <article>
B
Correct Answer
<article>
Explanation
<article> represents a self-contained composition that could be independently distributed or reused, such as a blog post or news story.
Progress
28/100