Texte de déplacement en html

<!-- Ways To Display Text In HTML! -->
Just type it out
<p>Use a paragraph tag</p>
<span>Use a span tag</span>
<h1>Use a heading tag (Biggest of all headings)</h1>
<h2>Use a heading tag (2nd Biggest of all headings)</h2>
<h3>Use a heading tag (3rd Biggest of all headings)</h3>
<h4>Use a heading tag (4th Biggest of all headings)</h4>
<h5>Use a heading tag (5th Biggest of all headings)</h5>
<h6>Use a heading tag (Smallest of all headings)</h6>
Coder.html