Answers for "how to underline any text in html without css"

0

how to underline any text in html without css

<!DOCTYPE html>
<html lang="en">
<head>
  <title>Hello Bro OR Sis</title>
</head>
<body>
<p><u>Hello World</u></p>
</body>
</html>
Posted by: Guest on August-16-2021

Code answers related to "how to underline any text in html without css"

Browse Popular Code Answers by Language