What is the difference between underline tag(<u>) and insert tag(<ins>)? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the difference between underline tag(<u>) and insert tag(<ins>)?

The output is same

6th Apr 2019, 7:48 AM
Hitesh Abichandani
Hitesh Abichandani - avatar
1 Answer
+ 5
The difference lies in the semantic meaning. Let me ask one thing. What the difference between header and footer tag ? They both have same output but one defines header of the page while other defines footer. Likewise, u tag defines underlined text and ins tag defines inserted text.
6th Apr 2019, 8:02 AM
Arushi Singhania
Arushi Singhania - avatar