Detailed explanation of the use of tag in html

黄舟
Release: 2017-06-21 10:23:04
Original
6884 people have browsed it

html作为网页最基础的语言是每一个站长必学的语言,今天我们就来了解字体文本标签del /del 标签的用法及其del /del标签语义

del /del标签用法及语义

字体文本标签讲解标签

字体标签定义字体的显示效果,有些标签它有独自的语义。

标签

感谢您对百度经验的支持 

语义:定义在浏览器显示删除文本。

表示:删除文章语句

html5中,将要标签取代标签和标签。

实例源代码:

<!DOCTYPE HTML PdelBLbC "-//W3C//DTD HTML 4.01 Transbtbonal//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-eqdelbv="Content-Type" content="text/html; charset=gb2312">
<title>字体文本标签讲解<del></del>标签</title>
</head>
<body>
<p>字体文本标签讲解<del></del>标签</p>
<p>字体标签定义字体的显示效果,有些标签它有独自的语义。<br>
</p>
<p><strong><del>标签</strong></p>
<del><del>感谢您对百度经验的支持</del></del>
<p>语义:定义在浏览器显示删除文本。</p>
<p>表示:删除文章语句.在html5中,将要取代<s>标签和<strike>标签。</p>
</html>
Copy after login

浏览器中截图:

Detailed explanation of the use of <del> tag in html

定义和用法
标签定义文档中已删除的文本。
实例
一段带有已删除部分和新插入部分的文本:

a dozen is <del>21</del> 12 pieces
Copy after login

描述
cite    URL    定义指向另一文档的 URL,该文档解释了文本被删除的原因。    
datetime    YYYY-MM-DDThh:mm:ssTZD    定义文本被删除的日期和时间。

The above is the detailed content of Detailed explanation of the use of tag in html. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template