basics of website design banner photo

HTML

HTML 5

CSS 2.1

CSS 3

Reference

HTML <del> and <ins> Elements

These two elements are designed to illustrate changes made between two different versions of a document - one being an update of the other.
Example:

My favourite year was <del>1982</del><ins> 2004</ins>

Result:
My favourite year was 1982 2004

In their current versions Internet Explorer, Firefox, Chrome and Safari put a line through deleted text and underline inserted text.

<del> and <ins> Attributes

* NOTE: None of the major browsers respond to the cite or datetime attributes in any way.

HTML 4 Element List