网页页面设计案例【HTML】

只 使用 HTML,设计 一个旅游网页的页面格式

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>旅游网</title>
</head>
<body>

<table width="100%" align="center">
<!--第一行-->
    <tr>
        <td>
            <img src="../image/1.jpg" width="100%" height="40">
        </td>

    </tr>
    <!--第二行-->
    <tr>
        <td>
<!--            在一行列表里,再嵌套一个列表,并 设定列数 和 行数-->
            <table width="100%" align="center">
                <tr>
                    <td><img src="../image/002.PNG.jpg" width="100%" height="25"></td>
                    <td><img src="../image/004.PNG" width="100%" height="25"></td>
                    <td><img src="../image/003.PNG.jpg" width="100%" height="25"></td>
                </tr>
            </table>
        </td>
    </tr>
    <!--第三行-->
    <tr>
        <td>
            <table width="100%" align="center">
                <tr bgcolor="#daa520" align="center" height="1">
                    <td>首页</td>
                    <td>门票</td>
                    <td>酒店</td>
                    <td>香港车票</td>
                    <td>出境旅游</td>
                    <td>国内游</td>
                    <td>港澳游</td>
                    <td>抱团定制</td>
                    <td>全球定制</td>
                    <td>收藏排行榜</td>
                </tr>
            </table>
        </td>
    </tr>
    <!--第四 行-->
    <tr>
        <td>
            <img src="../image/喝.jpg" width="100%">
        </td>
    </tr>
    <!--第5行-->
    <tr>
        <td>
            <img src="../image/昏.jpg" width="20%">
            笑死精选
            <hr color="gold">
        </td>
    </tr>
    <!--第6行-->
    <tr>
        <td>
            <table>
                <tr>
                    <td>
                        <img src="../image/timg%20(10).jpg" width="100%">
                        <p>
                            蜜月旅行+月球之旅
                        </p>
                        <font color="red"> &yen899</font>
                    </td>
                    <td>
                        <img src="../image/timg%20(9).jpg" width="100%">
                        <p>
                            蜜月旅行+月球之旅
                        </p>
                        <font color="red"> &yen899</font>
                    </td>
                    <td>
                        <img src="../image/timg%20(11).jpg" width="100%">
                        <p>
                            蜜月旅行+月球之旅
                        </p>
                        <font color="red"> &yen;899</font>
                    </td>
                </tr>
            </table>
        </td>
    </tr>
    <!--第7行-->
    <tr>
        <td>
            <img src="../image/海边女孩.jpg" width="20%">
            笑死精选
            <hr color="gold">
        </td>
    </tr>
    <!--第8行-->
    <tr>
        <td>
            <table>
                <tr>
                    <td rowspan="2">
                        <img src="../image/timg%20(10).jpg" width="100%"  >

                    </td>
                    <td>
                        <img src="../image/timg%20(9).jpg" width="100%">
                        <p>
                            蜜月旅行+月球之旅
                        </p>
                        <font color="red"> &yen899</font>
                    </td>
                    <td>
                        <img src="../image/timg%20(11).jpg" width="100%">
                        <p>
                            蜜月旅行+月球之旅
                        </p>
                        <font color="red"> &yen;899</font>
                    </td>
                </tr>
                <tr>

                    <td>
                        <img src="../image/timg%20(9).jpg" width="100%">
                        <p>
                            蜜月旅行+月球之旅
                        </p>
                        <font color="red"> &yen899</font>
                    </td>
                    <td>
                        <img src="../image/timg%20(11).jpg" width="100%">
                        <p>
                            蜜月旅行+月球之旅
                        </p>
                        <font color="red"> &yen;899</font>
                    </td>
                </tr>
            </table>
        </td>
    </tr>
    <!--第9行-->
    <tr>
        <td>
            <img src="../image/34CD43CC3451C8800393132D997A5A85.jpg" width="20%">
            笑死精选
            <hr color="gold">
        </td>
    </tr>
    <!--第10行-->
    <tr>
        <td>
            <table>
                <tr>
                    <td rowspan="2">
                        <img src="../image/timg%20(10).jpg" width="100%"  >

                    </td>
                    <td>
                        <img src="../image/timg%20(9).jpg" width="100%">
                        <p>
                            蜜月旅行+月球之旅
                        </p>
                        <font color="red"> &yen899</font>
                    </td>
                    <td>
                        <img src="../image/timg%20(11).jpg" width="100%">
                        <p>
                            蜜月旅行+月球之旅
                        </p>
                        <font color="red"> &yen;899</font>
                    </td>
                </tr>
                <tr>

                    <td>
                        <img src="../image/timg%20(9).jpg" width="100%">
                        <p>
                            蜜月旅行+月球之旅
                        </p>
                        <font color="red"> &yen899</font>
                    </td>
                    <td>
                        <img src="../image/timg%20(11).jpg" width="100%">
                        <p>
                            蜜月旅行+月球之旅
                        </p>
                        <font color="red"> &yen;899</font>
                    </td>
                </tr>
            </table>
        </td>
    </tr>
    <!--第11行-->
    <tr>
        <td>
            <img src="../image/timg.jpg" width="100%" height="30">
        </td>
    </tr>
    <!--第12行-->
    <tr>
        <td align="center" bgcolor="#d2691e">
            <font color="gray" size="2"> 杀人补偿名公司出品</font>
        </td>
    </tr>

</table>

</body>
</html>

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值