How to use html ins tag

藏色散人
Release: 2019-05-28 09:41:04
Original
4111 people have browsed it

html The ins tag is used to define text that has been inserted into the document. Please use it with to describe updates and corrections in the document. No major browser correctly displays the cite or datetime attributes of the tag.

How to use html ins tag

#html How to use ins tag?

Function: Define the text that has been inserted into the document.

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

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

html ins tag usage example

<html>
<body>
<p>php <del>学习</del> <ins>中文</ins> 网。</p>
<p>大多数浏览器会改写为删除文本和下划线文本。</p>
<p>一些老式的浏览器会把删除文本和下划线文本显示为普通文本。</p>
</body>
</html>
Copy after login

Effect output:

How to use html ins tag

The above is the detailed content of How to use html ins 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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!