Horje

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




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