CREATE A WEB PAGE: Introduction to HTML Lesson 9c:
<I> tag

Name: <I> tag (italics)

Purpose: Makes a character or a segment of text appear in italics.

Syntax:

<I> ... </I>

Attributes:

none

Example:

<HTML>
<HEAD>
<TITLE>My first Web page</TITLE>
</HEAD>
<BODY>
. . . some regular text
. . . <I>some text in italics</I>
</BODY>
</HTML>

Result:

Netscape - [My first Web page]
File Edit View Go Bookmarks Options Directory Windows Help
... some regular text
... some text in italics

          

Exercise:

Change previously added paragraphs of text in such a way that the second paragraph appears italicized.
    

Tip: <I> tag should not be overused since its impact might be lost if most of the text is italicized.

left arrow... back left arrow... start forward ...right arrow