Team:Lethbridge Canada/Example

From 2014hs.igem.org

(Difference between revisions)
 
(4 intermediate revisions not shown)
Line 2: Line 2:
     <head>
     <head>
 +
        <style type="text/css">
-
    </head>
+
        p {
 +
            color: #FF0000;
 +
            border: 2px solid black;
 +
            background: #0000FF;
 +
        }
-
    <body>
+
        p a{
 +
            font-family: Georgia, serif;
 +
        }
-
         <p>This is a paragraph with text so that people can read it.
+
         </style>
 +
    </head>
 +
    <body>
-
         Words. Words.</p>
+
         <p>This is a paragraph with text so that people can read it. 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>

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.