<html>
    <head>
        <title>网页的布局</title>
        <meta charset="utf-8">
    </head>
    <body topmargin="0" leftmargin="0">
        <table border="0" width="960" align="center" cellpadding="0" cellspacing="0">
            <tr height="50" bgcolor="red" align="center"><td><font size="12" color="white">网页的顶部</font></td></tr>
            <tr>
                <td>
                    <table height="500" width="30%" align="left" bgcolor="yellow">
                        <tr>
                            <td><font size="6" color="white">网页的左部分</font></td>
                        </tr>
                    </table>
                    <table height="500" width="70%" align="left" bgcolor="green">
                        <tr >
                            <td><font size="6" color="white">网页的右部分</font></td>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr height="50" bgcolor="red" align="center"><td><font size="12" color="white">网页的底部</font></td></tr>        
        </table>
    </body>
</html>

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-16
  • 2021-11-30
  • 2022-02-25
  • 2021-06-21
  • 2021-12-14
猜你喜欢
  • 2021-05-27
  • 2022-12-23
  • 2021-05-07
  • 2022-12-23
  • 2022-12-23
  • 2022-01-08
  • 2021-12-04
相关资源
相似解决方案