Team:Lambert GA/testing4kahan

From 2014hs.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<!DOCTYPE html>
 
<html>
<html>
-
+
  <head>
-
<head>
+
    <style type="text/css">
-
<title> My Webpage </title>
+
      body{
-
<link href="styles/main.css" rel="stylesheet" type="text/css"/>
+
        background:black;
-
</head>
+
color: white;
 +
      }
 +
    </style>
 +
  </head>
 +
  <body>
 +
    This is the body of this website.
 +
  </body>
-
<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:24, 24 March 2014

This is the body of this website.