HTML - Typography - Paragraphs


/ Published in: HTML
Save to your folder(s)

Paragraph options


Copy this code and paste it in your HTML
  1. <p class="heading">Paragraph heading by adding a class of "heading" to the p tag</p>
  2. <p class="intro">Introduction paragraph by adding a class of "intro" to the p tag.</p>
  3. <p>Paragraph by using just basic p tag.</p>
  4. <p class="text_right">Paragraph text aligned right add "text_right" class to p tag.</p>
  5. <p class="text_center">Paragraph text aligned to center add "text_center" class to p tag.</p>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.