n.Insert insert key; [indicates occupation, activity, etc.] engaged in (plural noun of in); (indicates field, range) within...; (indicates position) within...; [indicates quality, ability, etc.] Among the
html ins tag syntax
Function: Define the text that has been inserted into the document.
Note: Please use it with <del> to describe updates and corrections in the document.
Note: No major browser correctly displays the cite or datetime attributes of the <ins> tag.
html ins tag example
<html> <body> <p>php <del>学习</del> <ins>中文</ins> 网。</p> <p>大多数浏览器会改写为删除文本和下划线文本。</p> <p>一些老式的浏览器会把删除文本和下划线文本显示为普通文本。</p> </body> </html>
Run instance »
Click the "Run instance" button to view the online instance