首页 > Web开发 > 详细

经典网页的布局练习

时间:2018-01-01 18:03:33      阅读:232      评论:0      收藏:0      [点我收藏+]
<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>

 

经典网页的布局练习

原文:https://www.cnblogs.com/themost/p/8167764.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!