



|
Description
It show the tags for different text styles such as bold, italic and underline. Source Code <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 This text is italicized. This text is underlined. |
  