Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <p>On 21 December 2012 the whole world is going to <del datetime="2012-12-22T00:01-05:00" cite="/2012_correction.html">end!</del> <ins datetime="2012-12-22T00:01-05:00" cite="/2012_correction.html">carry on as usual</ins>.</p> <hr> <p>The <code>ins</code> element represents inserted text in an HTML document. This can be useful for drawing attention to text that has been inserted since a previous version of the document.</p> <p>More info: HTML <a href="/html/tags/html_ins_tag.cfm"><code>ins</code></a> element.</p>