Team:Lethbridge Canada/Example

From 2014hs.igem.org

(Difference between revisions)
 
(5 intermediate revisions not shown)
Line 2: Line 2:
     <head>
     <head>
 +
        <style type="text/css">
 +
        p {
 +
            color: #FF0000;
 +
            border: 2px solid black;
 +
            background: #0000FF;
 +
        }
 +
 +
        p a{
 +
            font-family: Georgia, serif;
 +
        }
 +
 +
        </style>
     </head>
     </head>
     <body>
     <body>
-
         <p>This is a paragraph with text so that people can read it.
+
         <p>This is a paragraph with text so that people can read it. Words. Words.</p>
-
 
+
-
 
+
-
        Words. Words.</p>
+
         <p>This is another paragraph. <a href="http://www.google.ca">Now complete with link.</a> </p>
         <p>This is another paragraph. <a href="http://www.google.ca">Now complete with link.</a> </p>
 +
 +
        <a href="https://2014hs.igem.org"> <img src="https://static.igem.org/mediawiki/2014hs/6/65/LethbridgeHS_iGEM_Logo.png"></img> </a>
     </body>
     </body>
</html>
</html>

Latest revision as of 16:26, 6 April 2014

This is a paragraph with text so that people can read it. Words. Words.

This is another paragraph. Now complete with link.