SOURCE

console 命令行工具 X clear

                    
>
console
<div class="b">
  这只是一个盒子
</div>
<p id="p1">
  JSRun项目信息
</p>
<h3 class="a">资源引用</h3>
<p class="c">一二三四五</p>
shangshandalaohu
<p class="c">老虎没打到</p>
dadaoxiaosongshu
<HR style="FILTER: alpha(opacity=100,finishopacity=0,style=4)" width="95%" color=#987cb9 SIZE=1>
<header>  
  <h1>报告bug</h1></header>
       <div class="e"> 
     <table width="400" bgcolor="red" height="40">
       <tr align="center"><td>这只是一些网站</td></tr>
       </table>
    </div>
  <nav>
  <div id="d"><a href="http://www.baidu.com">这是一个神奇的网站</a><br>
  <a href="http://www.baidu.com">58同城</a><br>
    <a href="http://www.baidu.com">找工作,上58</a><br>
    <a href="http://www.baidu.com">买二手车</a><br>
  <a href="http://www.baidu.com">就上瓜子二手车直卖网</a>
    </div></nav>
  <div id="f">
    <table width="69" height="100" bgcolor="blue">
      <tr align="center"><td><b><br><br><br><br></b></td></tr>
    </table>
     </div>
   <footer>
      <table border="1" width="500" bgcolor="yellow" >
        <tr align="center">
          <td>本页解释权归谭某某所有2017-3-7</td>
        </tr>
      </table>
    </footer>
    <HR style="FILTER: alpha(opacity=100,finishopacity=0,style=4)" width="95%" color=#987cb9 SIZE=1>
    <article>
      <p style="font-family:verdana">夕阳无限好,只是近黄昏</p>
    </article>
      <figure>
  <img src="http://bbs1.crsky.com/1236983883/Mon_1106/25_196285_1831b20cd516952.jpg" alt="The Pulpit Rock" width="304" height="228">
  <figcaption>拍摄于某年某月某日</figcaption>
</figure>
<section>
  <h1>WWF</h1>
  <p>The World Wide Fund for Nature (WWF) is....</p>
</section>
.b {
    background-color: lightgrey;
    width: 100px;
    border: 30px solid green;
    padding: 30px;
    margin: 90px;

}
#p1{
  text-align:center;
color:red; solid
}
.a
{
	text-align:center;
  color:green;
  font-size:30px;
}
p.c{
  text-align:center;
  color:blue;
  font-family:"Times New Roman", Times, serif;
  font-size:40px;
  
}
#d{
  width:320px;
  height:100px;
 margin-left:100px;
  margin-top:0px;
  background-color: lightgrey;
}
.e{
  width:400px;
  height:40px;
  margin-top:10px;
  margin-left:30px;
}
#f{

position:absolute;
          left:38px;
          top:840px;
}