<!doctype html>
<meta charset= "UTF-8" >
<title> write a navigation bar for a Web page today </title>
<link rel= "stylesheet" type= "Text/css" href= "1.css" >
<body>
<div id= "Z1" >
<table>
<tr>
<td><a href= "http://www.sougou.com" > Home </a></td>
<td><a href= "http://www.sougou.com" > News </a></td>
<td><a href= "http://www.sougou.com" > Exhibition </a></td>
<td><a href= "http://www.sougou.com" > Sales network </a></td>
<td><a href= "http://www.sougou.com" > Jobs </a></td>
<td><a href= "http://www.sougou.com" > Customer service </a></td>
</tr>
</table>
<div id= "Z2" >
<ul type= "Circle" >
<li> Company held 2016 Autumn Cup basketball tournament </li>
<li> Fire Drills Contest </li>
<li> Excellent staff appraisal </li>
<li> Company publishes recruitment information </li>
</ul>
<div id= "Z3" ></DIV>.
<ul type= "Circle" >
<li> Shanghai Electric Power Company </li>
<li> Zhejiang Electric Power Company </li>
<li> Liaoning Electric Power company </li>
<li> Shaanxi Electric Power Company </li>
</ul>
</div>
</div>
</body>
#z1 {
border:2px solid #FFFF00;
width:1330px;
height:656px;
Background-repeat:repeat-x;
}
Div table{
border:1px solid #FF00FF;
width:1330px;
height:36px;
Background-color: #FFE4E1;
}
#z2 {
width:1325px;
height:365px;
BORDER:3PX solid #ccc;
border-radius:30px 20px 30px 20px;
}
#z3 {
width:1325px;
height:50px;
}
<! DOCTYPE html>
<meta charset= "UTF-8" >
<title></title>
<style>
#d1 {
width:300px;
height:100px;
border:10px dotted #222;
margin:10px;
padding:10px;
Background-color: #aaa;
}
body{
Background-image:url (repeatbg.jpg);
Background-repeat:repeat;
background-attachment:fixed;
}
#c {
width:400px;
height:180px;
Background-image:url (comment.gif);
Background-repeat:no-repeat;
background-position:80px 70px;
}
. s{
width:76px;
height:15px;
border-bottom:1px solid #aaa;
Background-image:url (icons.png);
Background-position: -109px-239px
}
</style>
<body>
<div id= "D1" >gaga</div>
<br/><br/><br/><br/><br/><br/>
<br/>
<textarea id= "C" >
</textarea>
<br/>
<div class= "S" >
</div>
</body>
The page was a little bit wrong, didn't change.