What's the difference between inserted and underlined? I'm trying to use <u></u>and the output is underlined too like the insert | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What's the difference between inserted and underlined? I'm trying to use <u></u>and the output is underlined too like the insert

29th Sep 2019, 3:33 AM
SlametAr.
SlametAr. - avatar
3 Answers
+ 1
Thanks for your answer 😚
29th Sep 2019, 4:17 AM
SlametAr.
SlametAr. - avatar
+ 1
Your welcome 😊
29th Sep 2019, 4:19 AM
Ryan
Ryan - avatar
0
The ins tag is for inserted text. For instance, if you published a blog post and want to edit and add it to the blog post, then you use the ins tag. Otherwise, just use the u tag. Code example: https://code.sololearn.com/WJ4Gk8DUPn53/?ref=app
29th Sep 2019, 4:15 AM
Ryan
Ryan - avatar