Text StyleS
This text is in boldface.
This text is italicized.
This text is underlined.
<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>