SOURCE

console 命令行工具 X clear

                    
>
console
<html>
    <head>
        <title></title>
    </head>
    <body>
        <h1>表格作业</h1>
        <h1 class="tt">测试</h1>
        <img class="imgs" src="https://pic.imgdb.cn/item/6205daf92ab3f51d911af8d8.jpg" />
        <table border="1">
            <th colspan="2">表头</th>
            <tr>
                <td>姓名:</td>
                <td>刘草</td>
            </tr>
            <tr>
                <td>职业:</td>
                <td>工程师</td>
            </tr>
        </table>
    </body>
</html>
.tt {
    color: red;
}
.imgs {
    width: 300px;
    height: 100%;
}