只有table支持,但是目前已经废弃,不建议使用

<!DOCTYPE html>
<html>
  <head>
    <title>Web秀 - 让你的技术真正秀起来</title>
    <meta name="name" content="Javan" />
    <style>
    </style>
  </head>
  <body>
    <p bgcolor="red">让你的技术真正秀起来</p>
    <table bgcolor="yellow">
        <tr bgcolor="blue">
            <td bgcolor="red">web秀</td>
            <td>web秀</td>
        </tr>
        <tr>
            <td bgcolor="red">web秀</td>
            <td>web秀</td>
        </tr>
        <tr>
            <td>web秀</td>
            <td>web秀</td>
        </tr>
    </table>
  </body>
</html>