SOURCE

console 命令行工具 X clear

                    
>
console
<div>
  <center>这是内容</center>
</div>
<hr /><!-- 创建一条水平线,是块级元素 -->
<p>字体显示大小</p>
<small id="xiaao">字体显示大小2</small><br />
<tt>字体显示大小2</tt>
<u>888888888</u>
div{
  width:200px;
  height:200px;
  border:1px red solid;
}
center{
  width:100px;
  height:100px;
  background:blue;
}
p{
  font-size:18px;
}
#xiaao{
  
}