Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Wikitechy ins tag
<
/title
>
<
/head
>
<
body
>
<
h2
>
HTML ins tag with example
<
/h2
>
<
p
>
Wikitechy
<
ins
>
HTML5
<
/ins
>
tutorial
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <title>Wikitechy ins tag</title> </head> <body> <h2>HTML ins tag with example</h2> <p>Wikitechy <ins>HTML5</ins> tutorial</p> </body> </html>
Result