Bold Face Element

After learning the BODY tag now we will learn how to enhance the body part. In text mood if you want to BOLD any part of your text then you have to use the BOLD tag. This tag looks like following:
<B>.............................</B>
Now we will see how it works:

<HTML>
<HEAD>
<TITLE>
Program 4
</TITLE>
</HEAD>
<BODY>
This is normal <B> This is Bold</B>
</BODY>
</HTML>

To safe follow the previous process
 

0 comments:

Post a Comment