SOURCE

console 命令行工具 X clear

                    
>
console
<textarea id='logozone'>汇聚资本力量,主力民族产业!</textarea>
<nav id='nav'>
  <a href='http://www.baidu.com'>html</a>
  <div id='menu'><a href=''>css</a>
    <div id='menucontent'>
    <a href='http://www.baidu.com'>css1</a>
      <a href='http://www.baidu.com'>css2</a></div>
  </div>
  
  <a href='http://www.yahoo.com'>javascript</a>
  <a href='http://www.runbood.com'>jQuery</a>
</nav>
<div id='mainzone'>
  <section>
    <h3>first letter</h3>
    <p>this is  a letter to china ,from usa.</p>
  </section>
  <section>
    <h3>second paragraph</h3>
    <p>you can take this man care,and i think all of you should make the same decision.</p>
    <p>if you want change this shape,please give me your hand,and pay 500000000dollars,than youcna get the right answer.</p>
      <p>guys we will never lie to you,only 50billions to pay ,then youcan get a bueatiful girl to have a wonderful night.</p>
  </section>
</div>
<div id='footer'>
  <p>all right reserved sunscapital &copy;2018</p>
</div>

  <textarea class='ads' rows='8' cols='3'></textarea>
#logozone{
  width:100%;
  height:50px;
  background-color:orange;
}
#nav a{
  display:block;
  text-align:left;
  text-decoration:none;
  margin-left:10px;
}
#menu{
  position:relative;
}
#menucontent{
  background-color:red;
  display:none;
}
#menu:hover div{
  display:block;
  width:100%;
  position:absolute;
  top:0;
  left:100%;
}
nav{
  width:20%;
  height:200px;
  background-color:green;
}
#mainzone{
  width:80%;
  height:200px;
  background-color:yellow;
  overflow:auto;
}
#mainzone section{
  margin-left:10px;
}
section{
  
}
#nav,#mainzone{
  float:left;
}
#footer{
  margin:0;
  width:100%;
  text-align:center;
  background-color:orange;
  font-size:10px;
}
.ads{
  position:fixed;
  right:5px;
  top:20px;
}