SOURCE

console 命令行工具 X clear

                    
>
console
<h1 style="text-align:center">html</h1>
<p><b>
  好好学习 天天向上
</b></p>
<a href="http://www.baidu.com" target="_blank">百度一下</a>
<table border="1">
  <tr>
        <th>Header 1</th>
        <th>Header 2</th>
    </tr>
    <tr>
        <th>Row 1, cell 1</th>
        <td>Row 1, cell 2</td>
    </tr>
  <tr>
        <th>row 2, cell 1</th>
        <td>row 2, cell 2</td>
    </tr>
</table>
<ul>
<li>Coffee</li>
<li>Milk</li>
</ul>
<ol>
<li>Coffee</li>
<li>Milk</li>
</ol>
<dl>
<dt>Coffee</dt>
<dd>- black hot drink</dd>
<dt>Milk</dt>
<dd>- white cold drink</dd>
</dl>
<form>
First name: <input type="text" name="firstname"><br>
Last name: <input type="text" name="lastname">
</form>
table{
  border: 1px solid pink;
}