Horje
How to create HTML <ins> Element

The HTML <ins> element defines a text that has been inserted into a document. Browsers will usually underline inserted text:


Example of HTML <ins> Element

<ins>red</ins>

Full Example of HTML <ins> Element

index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<p>My favorite color is <del>blue</del> <ins>red</ins>.</p>

</body>
</html>

Output should be:

Full Example of HTML <ins> Element





Category:
Web Tutorial
Sub Category:
HTML Formatting
Uploaded by:
Admin


Read Article
https://horje.com/learn/1434/reference