Edit This Code:
See Result »
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
p
>
The ins element represent inserted (added) text.
<
/p
>
<
p
>
My favorite
<
ins
>
color
<
/ins
>
is red.
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <p>The ins element represent inserted (added) text.</p> <p>My favorite <ins>color</ins> is red.</p> </body> </html>
Result:
Privacy Policy