Html :- insert tag

<!DOCTYPE html>
<html>

<head>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <title>Insert</title>
</head>

<body>

 This is the <ins>Inserted Text</ins>

</body>

</html>.    Definition:-

Inserted text


Uses of <ins> tag
  • This tag is used to underline the text
  • Mostly we are using <del> and <ins> in the same line
Example
<p>Offer price <del>$100</del> <ins>$69</ins>!</p>
Output
Offer price $100 $69!       Output:-
This is the Inserted Text
Html :- insert tag Html :- insert tag Reviewed by Network security on April 29, 2019 Rating: 5

No comments:

Useful Information

Powered by Blogger.