Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <p><del datetime="2012-12-22T00:01-05:00" cite="/2012_correction.html">On 21 December 2012 the whole world is going to end!</del>.</p> <hr> <p>The <code>del</code> element represents deleted text in an HTML document. This can be useful for determining differences between multiple versions of the same document, as browsers will usually strike a line through text marked as deleted.</p> <p>More info: HTML <a href="/html/tags/html_del_tag.cfm"><code>del</code></a> element.</p>