day07.01. HTML内容回顾

15 篇文章 0 订阅
11 篇文章 0 订阅
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>

<!--
    HTML标签:“
        标题标签  h1-h6
        段落标签  p
        换行  br
        水平分割线  hr
        空格  &nbsp;

        加粗  <b>  <strong>百度是最大的爬虫</>strong>   使用strong的时候可能会出错 把关键字也加粗  所以一般用<b>就可以了
                建立网站的时候他可能会用strong包裹关键字 看各个网站的时候可以用strong做关键字搜索爬虫 例如京东的
                        <meta name="Keywords" content="网上购物,网上商城,家电,手机,电脑,服装,居家,母婴,美妆,个护,食品,生鲜,京东">
        斜体  <i>  <em>

        超链接  <a href = ''>百度一下</a>
        图片  <img src='1.png' width = 300 />   结尾的/代表结束
        列表
        块标签:div(主要做页面布局)
        表格标签:table  tr  tb
                合并行  rowspan
                合并列  colspan
        表单标签:
                <input type ="text" >
                <input type ="password" >
                <input type ="button" >
                <input type ="submit" >
                <button>按钮</button>

                <input type ="radio" name = "abc">男
                <input type ="radio" name = "abc" checked>女

                <input type ="checkbox" name = "abc">苹果
                <input type ="checkbox" name = "abc">梨

                <select>
                    <option>苹果</>option>
                    <option selected>梨</>option>
                </option>select>

                <textarea roes = "10"  cols= "50">
                </>textarea>

    -->

</body>
</html>


<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>

<!--
    HTML标签:“
        标题标签  h1-h6
        段落标签  p
        换行  br
        水平分割线  hr
        空格  &nbsp;

        加粗  <b>  <strong>百度是最大的爬虫</>strong>   使用strong的时候可能会出错 把关键字也加粗  所以一般用<b>就可以了
                建立网站的时候他可能会用strong包裹关键字 看各个网站的时候可以用strong做关键字搜索爬虫 例如京东的
                        <meta name="Keywords" content="网上购物,网上商城,家电,手机,电脑,服装,居家,母婴,美妆,个护,食品,生鲜,京东">
        斜体  <i>  <em>

        超链接  <a href = ''>百度一下</a>
        图片  <img src='1.png' width = 300 />   结尾的/代表结束
        列表
        块标签:div(主要做页面布局)
        表格标签:table  tr  tb
                合并行  rowspan
                合并列  colspan
        表单标签:
                <input type ="text" >
                <input type ="password" >
                <input type ="button" >
                <input type ="submit" >
                <button>按钮</button>

                <input type ="radio" name = "abc">男
                <input type ="radio" name = "abc" checked>女

                <input type ="checkbox" name = "abc">苹果
                <input type ="checkbox" name = "abc">梨

                <select>
                    <option>苹果</>option>
                    <option selected>梨</>option>
                </option>select>

                <textarea roes = "10"  cols= "50">
                </>textarea>

    -->

</body>
</html>


 

 

 

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值