<wbr style="color:rgb(73,73,73); font-family:simsun; font-size:14px; line-height:21px; text-align:left; background-color:rgb(231,238,244)"><span style="color:rgb(73,73,73); font-family:simsun; font-size:14px; line-height:21px; text-align:left; background-color:rgb(231,238,244)"></span><wbr style="color:rgb(73,73,73); font-family:simsun; font-size:14px; line-height:21px; text-align:left; background-color:rgb(231,238,244)"><span style="color:rgb(73,73,73); font-family:simsun; font-size:14px; line-height:21px; text-align:left; background-color:rgb(231,238,244)">天天练之三,今天来几个长一点的标签:</span>
<div style="color:rgb(73,73,73); font-family:simsun; font-size:14px; line-height:21px; text-align:left; background-color:rgb(231,238,244)">
1)<span style="color:#ED1C24; word-wrap:normal; word-break:normal"><adress></span>地址,就是在HTML中插入某个地址,更可以插入能点击发邮件的URL地址。比如(复制到DW中尝试):</div>
<div style="color:rgb(73,73,73); font-family:simsun; font-size:14px; line-height:21px; text-align:left; background-color:rgb(231,238,244)">
<div>
<div>
<textarea readonly name="code" class="html"><html>
<body>
<h2>某人的实体店铺地址</h2>
<address>
广州市天河区<br />
中山路100号<br />
邮编630011<br />
</address>
<br />
<h2>夜风的新浪邮箱地址:</h2>
<address>
<a href="mailto:nngood2011@sina.com">E-MAIL至夜风信箱</a><br />
</address>
</body>
</html></textarea><br>
2)<span style="color:rgb(255,0,0); word-wrap:normal; word-break:normal"><blockquote></span>用块来引用,即为把文字显示成一块整体,与其它文字有所区分。比如:</div>
</div>
</div>
<div style="color:rgb(73,73,73); font-family:simsun; font-size:14px; line-height:21px; text-align:left; background-color:rgb(231,238,244)">
<div>
<textarea readonly name="code" class="html"><html>
<body>
如下有一段长句描述:
<blockquote>
小钱是大钱的祖宗,你做好准备了吗?需要什么,勤劳能吃苦,别爱面子就成!欢迎来访夜风的博客,以专业的技术眼光,为大家指点迷津.....
</blockquote>
大伙注意,浏览器在 blockquote 元素前后添加了换行,并自动增加了一些外边距。
</body>
</html></textarea><br>
3)<span style="color:rgb(255,0,0); word-wrap:normal; word-break:normal"><ins>与<del></span>分别为定义下划线的文字,定义删除线的文字;别小看这些小标签,在实际工作中是很有用的:</div>
</div>
<div style="color:rgb(73,73,73); font-family:simsun; font-size:14px; line-height:21px; text-align:left; background-color:rgb(231,238,244)">
<div>
<textarea readonly name="code" class="html"><html>
<body>
<p>在HTML4中,<ins>仍然支持</ins><del>这两个标签</del></p>
</body>
</html></textarea><br><br>
</div>
</div>
</wbr></wbr>
HTML标签天天练3--<adress><blockquote><ins><del>
最新推荐文章于 2025-06-10 15:39:34 发布
本文介绍了HTML中的几种实用标签,包括<address>用于展示地址信息,<blockquote>用于创建引用区块,以及<ins>和<del>用于标记文本的修改。通过具体实例展示了这些标签如何在网页中被使用。
1906

被折叠的 条评论
为什么被折叠?



