SOURCE

console 命令行工具 X clear

                    
>
console
<html>
    <head>
        <title>这是一个手机行情的网页</title>
    </head>
    <body>
        <table align=center border=3>
            <tr>
                <th>产品</th>
                <th>价格</th>
            </tr>
            <tr>
                <th>Mokia8850</th>
                <th>5000</th>
            </tr>
        </table>
    </body>
</html>