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>學(xué)習(xí)</del> <ins>中文</ins> 網(wǎng)。</p>

<p>大多數(shù)瀏覽器會(huì)改寫(xiě)為刪除文本和下劃線文本。</p>

<p>一些老式的瀏覽器會(huì)把刪除文本和下劃線文本顯示為普通文本。</p>

</body>
</html>

Run instance ?

Click the "Run instance" button to view the online instance