Difference between revisions of "Team:Waterloo/Example"

m
m
Line 9: Line 9:
 
     </p>
 
     </p>
  
     <h1>Title Header</h1>
+
     <section id="headers" title="Headers">
    <h2>Section Header</h2>
+
        <h1>Title Header</h1>
    <h3>Subsection Header</h3>
+
        <h2>Section Header</h2>
    <h4>Normal Header</h4>
+
        <h3>Subsection Header</h3>
    <h5>Small Header</h5>
+
        <h4>Normal Header</h4>
    <h6>Extra Small Header</h6>
+
        <h5>Small Header</h5>
 +
        <h6>Extra Small Header</h6>
 +
    </section>
  
     <p>
+
     <section id="text" title="Text">
         Paragraph text
+
         <p>
    </p>
+
            Paragraph text
    <a href="#">link</a>
+
        </p>
 +
        <a href="#">link</a>
 +
        <q cite="">Quotes</q>
 +
    </section>
 
     <figure>
 
     <figure>
 
         <img src="" alt="Example Image" />
 
         <img src="" alt="Example Image" />

Revision as of 05:28, 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 Quotes
Example Image
Top