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>大多数浏览器会改写为删除文本和下划线文本。</p> <p>一些老式的浏览器会把删除文本和下划线文本显示为普通文本。</p> </body> </html>
Run instance »
Click the "Run instance" button to view the online instance