HTMO5

DESCRIPTION

OUTPUT

SOURCE CODE






DESCRIPTION

Text StyleS

OUTPUT

This text is in boldface.

This text is italicized.

This text is underlined.

SOURCE CODE

<HTML>
<HEAD>
<TITLE>HTM05</TITLE>
</HEAD>
<BODY>
This text is in <B>boldface</B>.<BR><BR>
This text is <I>italicized</I>.<BR><BR>
This text is <U>underlined</U>.
</BODY>
</HTML>