HTM05


Description

Output

Source Code









Description

This is the some font style the italucized, bold and underlined word





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>.

<br></br>

</BODY>

</HTML>

BACK