HTML笔记(1)

1、hr标签

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>hr标签</title>
    </head>
    <body>
        <!-- 
        颜色属性:color 
        宽度:width 
        位置:align(默认居中) 
        是否有边框:noshade 
        -->
        <hr>
        <hr color="green">
        <hr color="yellow">
        <hr color="red" width="300">
        <hr color="red" width="300" align="left">
        <hr color="red" width="300" align="right">
        <hr noshade>
    </body>
</html>

2、特殊符号

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>特殊符号</title>
    </head>
    <body>
        <!--
        左尖角号(<):&lt
        右尖角号(>):&gt
        -->
        <p>左尖角号:&lt</p>
        <p>右尖角号:&gt</p>
        <!--
        空格:
        &nbsp;:该空格宽度受字体影响
        &emsp;:该空格是1个中文宽度
        -->
        <p>    键盘上的空格:开头和结尾的空格不显示在网页中,     中间的空格多个显示为一个</p>
        <p>&nbsp;该空格&nbsp;宽度&nbsp;受字体影响</p>
        <p>&emsp;该空格&emsp;是1个中文宽度</p>
        <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Hic minus velit quas magni ratione, aliquam inventore cum aperiam consequatur fugiat. Quisquam, saepe! Quis non consequuntur modi provident inventore explicabo aut.</p>
        <!--
        版权符号:&copy;
        -->
        <p>版权&copy;</p>
        <!--
        商标符号:
        &trade;
        &reg;
        -->
        <p>商标符号&copy;</p>
        <p>商标符号&reg;</p>
    </body>
</html>

3、

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值