首页 > 其他分享 >HTML标签_综合案例_分析和HTML标签_综合案例_实现

HTML标签_综合案例_分析和HTML标签_综合案例_实现

时间:2022-10-27 11:44:32浏览次数:48  
标签:郭伟明 yen 标签 699 好宅 案例 HTML

HTML标签_综合案例_分析:

案例:旅游网站首页

1.确定使用table来完成布局

2.如果某一行只有一个单元格,则使用<tr><td></td></tr>

3.如果某一行有多个单元格,则使用

<tr>
    <td>
        <table></table>
    </td>
</tr>    

 

 

 

 

 

HTML标签_综合案例_实现:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>旅游网页</title>
</head>
<body>
<!--采用table来完成布局-->
<!--最外层的table,用于整个页面的布局-->
<table  width="100%" align="center">
    <!--第1行-->
    <tr>
        <td>
            <img src="../img/tope.jpg" width="100%">
        </td>
    </tr>

    <!--第2行-->
    <tr>
        <td>
            <table width="100%" align="center"><!--嵌套表格-->
                <tr align="center"><!--align:对齐方式-->
                    <td>
                        <img src="../img/logo.jpg" alt="">
                    </td>
                    <td>
                        <img src="../img/search.png" alt="">
                    </td>
                    <td>
                        <img src="../img/hotel.png" alt="">
                    </td>
                </tr>
            </table>
        </td>
    </tr>

    <!--第3行-->
    <tr>
        <td>
            <table width="100%" align="center"><!--嵌套表格-->
                <tr bgcolor="#ffd700" align="center" height="45"><!--bgcolor:颜色  align:对齐方式 height:高度-->
                    <td>
                        <a href="">首页</a>
                    </td>

                    <td>
                        门票
                    </td>

                    <td>
                        酒店
                    </td>

                    <td>
                        香港车票
                    </td>

                    <td>
                        出境游
                    </td>

                    <td>
                        国内游
                    </td>

                    <td>
                        港澳游
                    </td>

                    <td>
                        抱团定制
                    </td>

                    <td>
                        全球自由行
                    </td>

                    <td>
                        收藏排行榜
                    </td>
                </tr>
            </table>
        </td>
    </tr>

    <!--第4行-->
    <tr>
        <td>
            <img src="../img/banner.jpg" alt="" width="100%">
        </td>
    </tr>

    <!--第6行-->
    <tr>
        <td>
            <img src="../img/icon.jpg" alt="" >
            伟明精选
            <hr color="ffd700" >
        </td>
    </tr>

    <!-- 第6行-->
    <tr>
        <td>
            <table width="95%" align="center">
                <tr>
                    <td>
                        <img src="../img/jianxuan.jpg">
                        <p>郭伟明婚房</p>
                        <font color="red">&yen;899</font>
                    </td>

                    <td>
                        <img src="../img/jianxuan.jpg">
                        <p>郭伟明婚房</p>
                        <font color="red">&yen;899</font>
                    </td>

                    <td>
                        <img src="../img/jianxuan.jpg">
                        <p>郭伟明婚房</p>
                        <font color="red">&yen;899</font>
                    </td>

                    <td>
                        <img src="../img/jianxuan.jpg">
                        <p>郭伟明婚房</p>
                        <font color="red">&yen;899</font>
                    </td>
                </tr>
            </table>
        </td>
    </tr>

    <!--第7行-->
    <tr>
        <td>
            <img src="../img/iconk.jpg" alt="">
            国内游
            <hr color="ffd700">
        </td>
    </tr>

    <!--第8行-->
    <tr>
        <td>
            <table width="95%" align="center">
                <tr>
                    <td rowspan="2">
                        <img src="../img/guone.jpg" alt="" width="95%">
                    </td>

                    <td>
                        <img src="../img/jian.jpg" height="100%">
                        <p>郭伟明三亚之旅</p>
                        <font color="red">&yen;699</font>
                    </td>

                    <td>
                        <img src="../img/jian.jpg">
                        <p>郭伟明三亚之旅</p>
                        <font color="red">&yen;699</font>
                    </td>

                    <td>
                        <img src="../img/jian.jpg">
                        <p>郭伟明三亚之旅</p>
                        <font color="red">&yen;699</font>
                    </td>
                </tr>
                <tr>
                    <td>
                        <img src="../img/jian.jpg">
                        <p>郭伟明三亚之旅</p>
                        <font color="red">&yen;699</font>
                    </td>

                    <td>
                        <img src="../img/jian.jpg">
                        <p>郭伟明三亚之旅</p>
                        <font color="red">&yen;699</font>
                    </td>

                    <td>
                        <img src="../img/jian.jpg">
                        <p>郭伟明三亚之旅</p>
                        <font color="red">&yen;699</font>
                    </td>
                </tr>
            </table>
        </td>
    </tr>

    <!--第9行-->
    <tr>
        <td>
            <img src="../img/iconm.jpg">
            境外游
            <hr color="ffd700">
        </td>
    </tr>

    <!--第10行-->
    <tr>
        <td>
            <table width="95%" align="center">
                <tr>
                    <td rowspan="2">
                        <img src="../img/jiang.jpg" width="100%">
                    </td>

                    <td>
                        <img src="../img/xuan.jpg" height="100%">
                        <p>郭伟明好宅</p>
                        <font color="red">&yen;699</font>
                    </td>

                    <td>
                        <img src="../img/xuan.jpg">
                        <p>郭伟明好宅</p>
                        <font color="red">&yen;699</font>
                    </td>

                    <td>
                        <img src="../img/xuan.jpg">
                        <p>郭伟明好宅</p>
                        <font color="red">&yen;699</font>
                    </td>
                </tr>
                <tr>
                    <td>
                        <img src="../img/xuan.jpg">
                        <p>郭伟明好宅</p>
                        <font color="red">&yen;699</font>
                    </td>

                    <td>
                        <img src="../img/xuan.jpg">
                        <p>郭伟明好宅</p>
                        <font color="red">&yen;699</font>
                    </td>

                    <td rowspan="2">
                        <img src="../img/xuan.jpg">
                        <p>郭伟明好宅</p>
                        <font color="red">&yen;699</font>
                    </td>
                </tr>
            </table>
        </td>
    </tr>

    <!--第11行-->
    <tr>
        <td>
            <img src="../img/service.jpg" width="100%">
        </td>
    </tr>

    <!--第12行-->
    <tr>
        <td bgcolor="#ffd700" align="center" height="40">
            <font color="gray">
                四川未央老王教育科技股份有限公司
                版权所有Copyright 2006-2018&copy;, All Rights Reserved 川ICP备16007882
            </font>
        </td>
    </tr>

</table>
</body>
</html>

输出结果:

 

 

 

标签:郭伟明,yen,标签,699,好宅,案例,HTML
From: https://www.cnblogs.com/hungui/p/16831670.html

相关文章

  • 案例_动态表格-添加、删除
    案例_动态表格-添加、删除<!DOCTYPEhtml><htmllang="en"><head><metacharset="UTF-8"><title>动态表格</title><style>table{......
  • 632 BOM_wWindow_定时器方法 and 633 案例轮播图
     Window:窗口对象1.创建            2.方法与定时器有关的方式 setTimeout()在指定的毫秒数后调用函数或计算......
  • xml获取指定标签的集合
    一、pom依赖<!--dom4j的jar包--><dependency><groupId>org.dom4j</groupId><artifactId>dom4j</artifactId>......
  • 第二十八章 使用 CSP 进行基于标签的开发 - 运行时表达式
    第二十八章使用CSP进行基于标签的开发-运行时表达式运行时表达式CSP文档可能包含在提供页面时(即在运行时)在CSP服务器上运行的表达式。此类表达式使用#(expr)#......
  • 盘点一个使用超级鹰识别验证码并自动登录的案例
    大家好,我是皮皮。一、前言前几天在Python钻石交流群【静惜】问了一个Python实现识别验证码并自动登录的问题,提问截图如下:验证码的截图如下所示:二、实现过程这里大家......
  • 指标-标签,维度-度量,自然键-代理键,数据集市等各名词解析
    作为一个数据人,是不是经常被各种名词围绕,是不是对其中很多概念认知模糊。有些词虽然只有一字之差,但是它们意思完全不同,今天我们就来了解下数仓建设及数据分析时常见的一些......
  • 1.1 基础标签
    1.1基础标签1.1.1注释注释<!--这里面是注释--><!--也可以分多行写注释-->分割线标签<hr/>1.1.2段落段落标签<p>这是一段文字</p>分行标签<br/>标......
  • HTML 第一部分
    HTMLHTML01:初识HTMLHTMLHyperTextMarkupLanguage(超文本语言)W3CWorldWideWebConsortium(万维网联盟)成立于1994年,Web技术领域最权威和具影响力的......
  • HTML 第一部分.
    HTMLHTML01:初识HTMLHTMLHyperTextMarkupLanguage(超文本语言)W3CWorldWideWebConsortium(万维网联盟)成立于1994年,Web技术领域最权威和具影响力的......
  • jdbc入门案例学习,java如何连接mysql,如何和mysql进行连接
    在学习了java基础和mysql以及SQL语法之后,那我们可以开始学习如何程序对数据库的数据进行操作,基本操作就是,查询,新增,更新,删除,四个基本操作,也是全部操作。这节我们将通过jdb......