- Forums
- HTML
- Learn How To Make Underline Letters Fonts In Web Pages HTML Tutorial Guide
this post will teach you how to make underline letters in your web pages using HTML code. If you want to learn how to make underline fonts, ready this topic in this forums [682], Last Updated: Sat May 18, 2024
edwino85
Mon Dec 25, 2006
6 Comments
5113 Visits
if you want to learn how to make letter look like underline in your web pages, you can do this with the html tag <u>
[this post sponsored by www.webune.com]
i will use my example, supposed i want to make the word "hosting" appear in itlalic on the following sentence:
You can find great web hosting for your website at www.webune.com
this is the code you would use to make the hosting word into underline in the above sentence:
CODE:
<html>
<head>
<title>How To Display Underline Letters in your website pages with HTML</title>
</head>
<body>
<p><strong>How To Display Underline Letters in your website pages with HTML</strong></p><hr />
<p>Text <strong>before</strong> the <u> tag: You can find great web hosting for your website at www.webune.com </p>
<p>Text <strong>after</strong> the <u> tag: <u>You can find great web hosting for your website at www.webune.com </u></p>
<p> </p>
<p><a href="http://www.wallpaperama.com/forums">Go Back << </a></p>
<p align="center">Hosting By <a href="http://www.webune.com">Webune.com</a></p>
</body>
</html>
if you want to see it in action, open our text editor like notepad.exe and copy and paste HTML code above and save your document as: "underline.html" if you are using notepad, remember to use the quote when saving the file.
now upload the file to your website and open it with your browser.
If you don't have a website yet, our friends at webune.com have provided us with hosting to show you how the underline.html file looks like.
This is a demonstration of underline characters in a webpage, here i am using the underline tag in HTML to underline these letters
Wallpaperama Team