In HTML, the <del> tag is used to mark and delete deleted content in a document.
This is a useful tool for highlighting deleted or changed text.
<p>
Trước khi sửa đổi: <del>Đây là nội dung bị xóa</del>
</p>
Result
Trước khi sửa đổi: Đây là nội dung bị xóa