x
 
1
<!DOCTYPE html>
2
<title>My Example</title>
3
4
<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>
5
6
<hr>
7
<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>
8
9
<p>More info: HTML <a href="/html/tags/html_ins_tag.cfm"><code>ins</code></a> element.</p>