<p> angiver at den efterfølgende tekst er en paragraf.Paragraffer er stylet med en margin-top så teksten får et bredere mellemrun til den foregående linie
Når denne tag bruges skal den altid afsluttes med en </p>
I start tag <p> kan der angives html eller style angivelser Feks. color eller font
Html kode
<p>Dette er en normal paragraf tekst</p>
<p align=right>Right tekst</p>
<p align=center>Center tekst</p>
<p color=red>Rød tekst</p>
<p><b>This text is bold</b></p>
<p><strong>This text is strong</strong></p>
<p><i>This text is italic</i></p>
<p><em>This text is emphasized</em></p>
<p><code>This is computer output</code></p>
<p>This is<sub> subscript</sub> and <sub>superscript</sub></p>
Html resultat
Dette er en normal paragraf tekst
Right tekst
Center tekst
Rød tekst
This text is bold
This text is strong
This text is italic
This text is emphasized
This is computer output
This is subscript and superscript