Comparing and contrasting ins, del, and s | HTML5 Doctor
August 26, 2013
Since the mists of HTML 2 we’ve been able to semantically indicate added or removed information using the elements
<ins>and<del>respectively. While seemingly simple on the surface these elements have hidden depths. I’ll also compare and contrast<del>with<s>, recently out of font style rehab and back in HTML5. Let’s start with<ins>and<del>…