HTML - Del element (Text deleted from a doc)

About

The del element represents a range of text that has been deleted from a document.

The inverse is called the ins element (insert)

This is used to make a visual text difference

Example

<ins>
This text has been inserted
</ins>
<del>
This text has been deleted
</del>

Default output:





Discover More
HTML - (Flow|Body) Content

Most elements that are used in the body of documents and applications are categorized as flow content. Flow content consists of flow elements intermixed with normal character data. (ifbodhead...
HTML - Paragraph

A paragraph is typically a run of phrasing content that forms a block of text with one or more sentences that discuss a particular topic, as in typography (paragraph), but can also be used for more general...
HTML - Phrasing Content (Text)

Phrasing content is: the text of the document, as well as elements that mark up that text at the intra-paragraph level. Runs of phrasing content form paragraphs. Most elements that are categorized...
HTML - ins element - Text (ins)erted to a doc

The insins element represents a range of text that has been inserted (added) to a document. The inverse is called the del element (delete) This is used to make a visual text difference
Jedit Jdiff Show Dual
Text - Diff (How to compare two files ?)

One of the most that you have to perform when you work in a migration of in a concurrent development environment is to check the difference between two text files. See Diff HTML With the ins and...



Share this page:
Follow us:
Task Runner