Learn How To Make Italic Letters Fonts In Web Pages HTML Tutorial Guide

Mobile
feeds
Welcome Login | Register

Learn How To Make Italic Letters Fonts In Web Pages HTML Tutorial Guide
  Forums Index
      » HTML Forums
        » » Learn How To Make Italic Letters Fonts In Web Pages HTML Tutorial Guide



Learn How To Make Italic Letters Fonts In Web Pages HTML Tutorial Guide
Post Description:
Post Tags: learn, how, to, make, italic, letters, fonts, in, web, pages, html, tutorial, guide, html questions, answers, websites, internte, web
This Post Has Been Viewed 1640 Times Since Mon Dec 25, 2006 9:38 pm Posted By edwino85 with 0 replies
Next Post »» Learn How To Make Underline Letters Fonts In Web Pages HTML Tutorial Guide
Learn How To Make Italic Letters Fonts In Web Pages HTML Tutorial Guide
if you want to learn how to make letter look like italic in your web pages, you can do this with the html tag <em>

[this post sponsored by www.webune.com]
post picture

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 &lt;em&gt; tag: You can find great web hosting for your website at www.webune.com </p>
<p>Text <strong>after</strong> the &lt;em&gt; tag: <em>You can find great web hosting for your website at www.webune.com </em></p>
<p>&nbsp;</p>
<p><a href="http://www.wallpaperama.com/forums">Go Back &lt;&lt; </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






Share
URL:
You can use this HTML code to put it on your website to show your friends this wallpaper. Use this code on your profile like myspace, friendster, Facebook or others. Just Copy and Paste it in your HTML on your websites



Fourms BBCODE:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums





Comments and replies About Learn How To Make Italic Letters Fonts In Web Pages HTML Tutorial Guide




(0) Comments