Return to Snippet

Revision: 67933
at November 4, 2014 21:32 by madebycrunch


Initial Code
<p class="heading">Paragraph heading by adding a class of "heading" to the p tag</p>
<p class="intro">Introduction paragraph by adding a class of "intro" to the p tag.</p>
<p>Paragraph by using just basic p tag.</p>
<p class="text_right">Paragraph text aligned right add "text_right" class to p tag.</p>
<p class="text_center">Paragraph text aligned to center add "text_center" class to p tag.</p>

Initial URL


Initial Description
Paragraph options

Initial Title
HTML - Typography - Paragraphs

Initial Tags


Initial Language
HTML