CodeLab
Tutorials For Everyone
Run
<!Doctype html> <html> <head> <title>Insert Element</title> </head> <body> <p>A small piece of text is inserted by using <strong>ins</strong> element into the paragraph. The inserted text seems underlined.</p> <p> <ins>Interestingly the inserted text has underline, like me.</ins> Also ins tag is just an underline property tag. </p> </body> </html>