在本文中,我们将学习如何定义一些已从文档中删除的文本。
这可用于显示内容的最近更新或删除可能不正确的内容。它通常后跟已更新或更正的文本。
我们将使用元素来指定已从文档中删除的文本。浏览器通常会删除此标签中存在的文本,以将其与其他内容区分开来。此元素有两个属性,可用于指定引用和更改时间。
句法:
Deleted text
下面的示例说明了用于定义已从文档中删除的文本的 元素。
例子:
HTML
GeeksforGeeks
How to define a text that has
been inserted into a document
This line has been deleted.
The venue for the event is the
Auditorium
Open Air Theatre.
输出: