DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
HTML Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
HTML
What is the correct distinguishing factor between <article> and <section>?
A
<article> is for blog posts specifically, <section> is for everything else
B
<article> is content that could stand alone independently (e.g. syndicated in a feed); <section> is a thematic grouping that's part of a larger whole
C
<article> can only contain text, <section> can contain any content
D
There is no meaningful difference — they render identically
Check Answer