HTM05


DESCRIPTION :

OUTPUT :

SOURCE CODE :





DESCRIPTION :


HTMo5 give the different kinds of format of text



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>

RETURN