HTML基础 网页结构基础5

9.描述列表: 开头:<dl>   结束</dl>     每个要-描述的术语以<dt>标记开始 </dt>标记结束    每项描述内容以<dd>标记开始  </dd>标记结束

<html>
<head>
<title>Description List 
</title>
</head>
<body><h1>Sample Description List</h1> 
<dl>
<dt>TCP
</dt>
<dd>
Transmission Control Protocol is a method(protocol) used along with the Internet Protocol (IP) to send data in the form of message units, called packets, between computers over the Internet.
</dd>
</dl>
</body>
</html>

10.特殊字符:   “ 用&quot       版权号 用&copy      &用&amp      空格 用nbsp     ‘ 用&rsquo    ——用&mdash     | 用&#124  (以上为常用特殊字符)

<html>
<head>
<title>Blockquote  Example 
</title>
</head>
<body>
<h1> <strong> The Power Of The Web</strong> </h1>
<p>According to" Tim Berners-Lee " , the invertor of the World Wide Web ,                    at http://www.w3.org/WAI/:</p>
<blockquote>

The power of the Web  &mdash is in its universality . Access by everyone
regardless of disability is an essential aspect.
</blockquote>    
</body>
</html>

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值