Use <h1>–<h6> for headings, <p> for paragraphs, <strong> and <em> for emphasis, and <ul>/<ol> for lists.
<h1>Main Heading</h1>
<h2>Subheading</h2>
<p>This is a <strong>bold</strong> and <em>italic</em> word.</p>
<ul>
<li>Espresso</li>
<li>Latte</li>
</ul>
Paragraph with bold and italic.
Use only one <h1> per page for SEO and accessibility.
<span> is inline for fine-grained control without a new line.