Team:Lambert GA/testing4kahan

From 2014hs.igem.org

(Difference between revisions)
Line 1: Line 1:
 +
<!DOCTYPE html>
<html>
<html>
 +
 +
<head>
 +
<title> My Webpage </title>
 +
<link href="styles/main.css" rel="stylesheet" type="text/css"/>
 +
</head>
-
  <head>
+
<body>
-
    <title>
+
<h1>My Website</h1>
-
      TestingTitle
+
<ul>
-
    </title>
+
<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>
-
    Testing Head
+
<p class="secondary">And all of Page 2's Content</p>
-
  </head>
+
 
-
  <body>
+
<p>And all of Page 2's Content</p>
-
    TestingBody
+
-
  </body>
+
</body>
</html>
</html>

Revision as of 01:16, 24 March 2014

<!DOCTYPE html> My Webpage

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