HTML 5

Description

It show the tags for different text styles such as bold, italic and underline.

Source Code

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

Output

HTM05 This text is in boldface.

This text is italicized.

This text is underlined.