+ 2
why is the inserted tag of html for?
6 odpowiedzi
+ 7
When I try it on code playground, it seems to have the effect of underlining the text.
https://code.sololearn.com/W8671aS4PjoA/?ref=app
+ 6
To indicate inserted text, just like the del tag denotes deleted text.
+ 5
Please don't put HTML code in Relevant Tags. Instead put 'HTML' in place to clarify context 👍
+ 2
It's used for the display of an inserted text on a page usually in an underlined format
+ 1
The <ins> tag indicates inserted text, along with its closing tag.
Example:
<ins>This is an inserted text</ins>