<div class="card">
<p>Grouped content</p>
</div>Tip
Prefer a semantic tag (section, article, nav) when one fits — reach for div only when nothing more meaningful applies.
GoCareerGo Tutorials
Tags, attributes, HTML5 APIs and semantic markup — the web's foundation.
A generic block-level container with no semantic meaning — used purely for grouping and styling.
<div class="card">
<p>Grouped content</p>
</div>Prefer a semantic tag (section, article, nav) when one fits — reach for div only when nothing more meaningful applies.