Home > Web Front-end > HTML Tutorial > What is the use of HTML tag?

What is the use of HTML tag?

(*-*)浩
Release: 2019-12-11 14:44:38
Original
5273 people have browsed it

HTML Tag

What is the use of HTML <ins> tag?

#All major browsers support the tag.

Note: No major browser can correctly display the cite or datetime attributes of the tag.

definition and usage (Recommended learning: html tutorial )

# & lt; ins & gt; label definition definition of the text that has been inserted into the document.

Tips

Tips: Please use it with to describe updates and corrections in the document.

Example

Text with deleted part and newly inserted part:

<html>

<body>

<p>一打有 <del>二十</del> <ins>十二</ins> 件。</p>

<p>大多数浏览器会改写为删除文本和下划线文本。</p>

<p>一些老式的浏览器会把删除文本和下划线文本显示为普通文本。</p>

</body>
</html>
Copy after login

Rendering:

What is the use of HTML <ins> tag?

The above is the detailed content of What is the use of HTML tag?. 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