How does inserted text differ from underlined text? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 2

How does inserted text differ from underlined text?

How does this: <p>This text is <ins>inserted.</ins></p> differ from this: <p>This text is <u>underlined.</u></p> Even though they are the same visually what is the difference in their functionality.

1st Dec 2016, 9:40 AM
EXO L
EXO L - avatar
1 Antwort
+ 1
Similar to other HTML tags, it helps document what you meant when you developed the script. The <ins> tag marks text added later on to the original text and <u> marks text with a different formatting.
1st Dec 2016, 12:06 PM
David Barzi
David Barzi - avatar