Answer
A block-level element normally starts on a new line. β’ It forms a larger section or box. β’ Examples include `<p>`, `<div>`, `<section>`, and headings. β’ CSS can change its display behavior.
💡 Simple Example
<section><h2>News</h2><p>Todayβs story.</p></section>
⚡ Quick Revision
Block elements normally create separate page sections.