how to underline any text in html without css

Solutions on MaxInterview for how to underline any text in html without css by the best coders in the world

showing results for - "how to underline any text in html without css"
Claudia
07 Aug 2019
1<!DOCTYPE html>
2<html lang="en">
3<head>
4  <title>Hello Bro OR Sis</title>
5</head>
6<body>
7<p><u>Hello World</u></p>
8</body>
9</html>
similar questions