Difference between revisions of "Team:Waterloo/Example"

(Initial commit)
 
m
Line 15: Line 15:
 
     <h5>Small Header</h5>
 
     <h5>Small Header</h5>
 
     <h6>Extra Small Header</h6>
 
     <h6>Extra Small Header</h6>
 +
 +
    <p>
 +
        Paragraph text
 +
    </p>
 +
    <a href="#">link</a>
 +
    <figure>
 +
        <img src="" alt="Example Image" />
 +
    </figure>
  
 
</div>
 
</div>

Revision as of 05:26, 4 September 2015

Example page

Copy and past code from this page as a template for the rest of the site

Title Header

Section Header

Subsection Header

Normal Header

Small Header
Extra Small Header

Paragraph text

link
Example Image
Top