top left
The HTML Source Logo


 html
Top Right
    
 Getting StartedHow Do I...TroubleShootingPromotionContact Us
 html
HTML
SEARCH THE SITE
advanced search



CATEGORIES
Home
Getting Started
HTML Cheat Sheet
Webmaster Tools
HTML Help Forum
Color Codes
Link to us









































bottom
HTML HTML HTML HTML
How Do I Make My Text Italicized?


Italicizing text can be very handy, it helps emphasize information on your website, and luckily its one of the most easiest things to do in HTML.

How to do it

To italicize your text, just place a <I> tag ( by the way stands for italicize, obviously ) in front of the text you want to italicize. Then at the end of the line of text you want to italicize, place an ending </I> tag. Note the / in the ending tag, this tells the browser to stop italicizing the text. This is important to add, or else the browser wont know where to stop italicizing, and italicize all the text after the beginning <I> tag. Get it? Good!

Example

I want to make the words "John's Home Page" italicized on my web page.

My code would look like this:

<I>John's Home Page</I>

Seeing this in the browser will look like this:

John's Home Page



< BACK






















Company   |   Careers   |   Partners   |   Advertising   |   Help
Privacy Policy   |   Trademark Notices   |   User Agreement
© 2001 TheHTMlSource.com, INC. All Rights Reserved.



Site hosted by Angelfire.com: Build your free website today!