1
HTML/CSSBeginner#html#doctype
<div> is a block-level generic container used to group larger sections of content, taking full width. <span> is an inline generic container used to wrap small pieces of text or inline elements without breaking flow.
<div class="card"> <span class="badge">New</span> Product Title </div>