HTML Deleted and Inserted is used to give formatting to the text the on web page.
del tag draw a horizontal line on the text which shows that the text is deleted from the web page.
ins tag draw a underline below the text which shows that the text is inserted on the web page.
HTML Deleted is defined by <del> tag.
HTML Inserted is defined by <ins> tag.
In the above, we have shown an example of HTML Del Tag.
<del> tag is used to show the deleted text on the web page.
Run the code to see the effect.
In the above, we have shown an example of HTML Ins Tag.
<ins> tag is used to show the inserted text on the web page.
Run the code to see the effect.