Demarcating Edits Flashcards
1
Q
Demarcating Edits
A
The elements here are used to create and handle tabular data.
2
Q
del
A
The <del> HTML element represents a range of text that has been deleted from a document. This can be used when rendering “track changes” or source code diff information, for example. The ins element can be used for the opposite purpose: to indicate text that has been added to the document.</del>
3
Q
ins
A
The <ins> HTML element represents a range of text that has been added to a document. You can use the del element to similarly represent a range of text that has been deleted from the document.</ins>