Style Guide
Page Heading
Sample code:
<h1>This Is A Header</h1>
Result:
This Is A Header
Link Within a Line of Text
Sample code:
<a href="citations.html">This Is A Link</a>
Result:
This Is A Link
Paragraph
Sample code:
<p>This Is A Paragraph</p>
Result:
This Is A Paragraph
Submit Button
Sample code:
<a href="#" class="button">Default Button</a>
Result:
Default Button