Learn How To Make Italic Letters Fonts In Web Pages HTML Tutorial Guide
RegisterLogin
Learn How To Make Italic Letters Fonts In Web Pages HTML Tutorial Guide
Post Description: Learn How To Make Italic Letters Fonts In Web Pages HTML Tutorial Guide
Tags: Learn, How, To, Make, Italic, Letters, Fonts, In, Web, Pages, HTML, Tutorial, Guide
This Post Was Posted On Feb 29, 2008 By edwino85 #1533
Post Description: Learn How To Make Italic Letters Fonts In Web Pages HTML Tutorial Guide
Tags: Learn, How, To, Make, Italic, Letters, Fonts, In, Web, Pages, HTML, Tutorial, Guide
This Post Was Posted On Feb 29, 2008 By edwino85 #1533
Learn How To Make Italic Letters Fonts In Web Pages HTML Tutorial Guide by edwino85
[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 italic in the above sentence:
Code:
<html>
<head>
<title>How To Display Italic Letters in your website pages with HTML</title>
</head>
<body>
<p><strong>How To Display Italic Letters in your website pages with HTML</strong></p><hr />
<p>Text <strong>before</strong> the <em> tag: You can find great web hosting for your website at www.webune.com </p>
<p>Text <strong>after</strong> the <em> tag: <em>You can find great web hosting for your website at www.webune.com </em></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>
<head>
<title>How To Display Italic Letters in your website pages with HTML</title>
</head>
<body>
<p><strong>How To Display Italic Letters in your website pages with HTML</strong></p><hr />
<p>Text <strong>before</strong> the <em> tag: You can find great web hosting for your website at www.webune.com </p>
<p>Text <strong>after</strong> the <em> tag: <em>You can find great web hosting for your website at www.webune.com </em></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: "italics.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 italics.html file looks like.
CLICK HERE TO SEE DEMO
Wallpaperama Team
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
©2011 Webune Forums - Wed Dec 21, 2011 12:18 am
Powered by: Webune Forums V3
Powered by: Webune Forums V3