Team:Lethbridge Canada/Example
From 2014hs.igem.org
(Difference between revisions)
(Created page with "This is test text etc. etc.") |
|||
(8 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | This is | + | <html> |
+ | |||
+ | <head> | ||
+ | <style type="text/css"> | ||
+ | |||
+ | p { | ||
+ | color: #FF0000; | ||
+ | border: 2px solid black; | ||
+ | background: #0000FF; | ||
+ | } | ||
+ | |||
+ | p a{ | ||
+ | font-family: Georgia, serif; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | |||
+ | <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> | ||
+ | |||
+ | <a href="https://2014hs.igem.org"> <img src="https://static.igem.org/mediawiki/2014hs/6/65/LethbridgeHS_iGEM_Logo.png"></img> </a> | ||
+ | |||
+ | </body> | ||
+ | |||
+ | </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.