码迷,mamicode.com
首页 > Web开发 > 详细

经典网页的布局练习

时间:2018-01-01 18:19:16      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:练习   utf-8   网页   bsp   font   col   pad   hit   yellow   

<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>

 

经典网页的布局练习

标签:练习   utf-8   网页   bsp   font   col   pad   hit   yellow   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!