<!DOCTYPE html> <html> <head> <style> ins { text-decoration: underline; } </style> </head> <body> <p>An ins element is displayed like this:</p> <p><ins>Some inserted text.</ins></p> <p>Change the default CSS settings to see the effect.</p> </body> </html>