(PCC)::[How-to-make-Marked-inserted-using-the-ins-element-in-HTML]::[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>
The ins element represent inserted (added) text.
My favorite color is red.