Topics
Introduction
How to underline a text in an HTML document
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>www.techstudy.org</title> </head> <body> <title>How to underline a text in a HTML document list</title> </head><body> <p>HTML,stands for <u>Hyper Text Markup Language </u></p> </body> </html> </html>