Team:OUC-China/safety

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
-
<head>
+
<head>
-
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
+
<style type="text/css">
-
<title></title>
+
div#container{width:500px}
-
</head>
+
div#header {background-color:#99bbbb;}
-
<body>
+
div#menu {background-color:#ffff99; height:200px; width:100px; float:left;}
-
    <h2 class="header">时间段</h4>
+
div#content {background-color:#EEEEEE; height:200px; width:400px; float:left;}
-
    <div id="header">dv卡三季度报vjwebdvkjedk</div>
+
div#footer {background-color:#99bbbb; clear:both; text-align:center;}
-
    <div class="left">dv卡三季度报vjwebdvdk</div>  
+
h1 {margin-bottom:0;}
-
    <div class="right">dv卡季度报vjwebdvkjedk</div>  
+
h2 {margin-bottom:0; font-size:14px;}
-
    <div id="footer">dv卡三季度报vjwdvkjedk</div>  
+
ul {margin:0;}
-
    <p id="header">萨克jcb卡为何u</p>
+
li {list-style:none;}
-
    <li id="header">三等奖付款就是</li>
+
</style>
-
</body>
+
</head>
 +
 
 +
<body>
 +
 
 +
<div id="container">
 +
 
 +
<div id="header">
 +
<h1>Main Title of Web Page</h1>
 +
</div>
 +
 
 +
<div id="menu">
 +
<h2>Menu</h2>
 +
<ul>
 +
<li>HTML</li>
 +
<li>CSS</li>
 +
<li>JavaScript</li>
 +
</ul>
 +
</div>
 +
 
 +
<div id="content">Content goes here</div>
 +
 
 +
<div id="footer">Copyright W3School.com.cn</div>
 +
 
 +
</div>
 +
 
 +
</body>
</html>
</html>

Revision as of 08:42, 8 August 2013

<!DOCTYPE html>

Content goes here