Team:Lambert GA/testing4kahan
From 2014hs.igem.org
(Difference between revisions)
Kahanpparekh (Talk | contribs) |
Kahanpparekh (Talk | contribs) |
||
Line 1: | Line 1: | ||
+ | <!DOCTYPE html> | ||
<html> | <html> | ||
+ | |||
+ | <head> | ||
+ | <title> My Webpage </title> | ||
+ | <link href="styles/main.css" rel="stylesheet" type="text/css"/> | ||
+ | </head> | ||
- | + | <body> | |
- | + | <h1>My Website</h1> | |
- | + | <ul> | |
- | + | <li><a href="index.html">Home</a></li> | |
+ | <li>Page2</li> | ||
+ | <li><a href="page3.html">Page3</a></li> | ||
+ | </ul> | ||
+ | <h2>This is Page 2</h2> | ||
+ | <p>And all of Page 2's Content</p> | ||
- | + | <p class="secondary">And all of Page 2's Content</p> | |
- | + | ||
- | + | <p>And all of Page 2's Content</p> | |
- | + | ||
- | + | </body> | |
</html> | </html> |
Revision as of 01:16, 24 March 2014
<!DOCTYPE html>
My Website
This is Page 2
And all of Page 2's Content
And all of Page 2's Content
And all of Page 2's Content