+ 1
How to underline stuff
9th Sep 2017, 12:35 PM
Cameron

3 Answers
+ 4
Use the <u> tag.
<u>The text to be underlined</u>
9th Sep 2017, 12:41 PM
đ Prometheus đ¸đŹ

+ 5
Or CSS:
text-decoration:underline;
9th Sep 2017, 12:41 PM
đ Prometheus đ¸đŹ

+ 2
thank you
9th Sep 2017, 12:43 PM
Cameron

Often have questions like this?
Learn more efficiently, for free:
Hot today
Footer alignment
1 Votes
Web development
2 Votes
Incrementing problem in C++
0 Votes
Calculator
0 Votes