UK [del] US [del]

n. Differential operator, inverted triangle

html del tag syntax

Function: Define the deleted text in the document.

Note: Please use it with the <ins> tag to describe updates and corrections in the document.

Note: All major browsers support the <del> tag.

html del tag example

<html>

<body>

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

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

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

</body>
</html>

Run instance ?

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