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
 

Related Posts:

  • HEADING ELEMENT By using this tag you can give different types of heading in your web page. From H1 to H6, there are 6 levels. By the number 1 you can easily imagine H1 is the biggest heading and H6 is the smallest. The format of this tag i… Read More
  • BLOCKQUOTE ELEMENT This tag used to quote some text of the webpage. It is almost like CENTER element, text is shown in middle. The format is <BLOCKQUOTE>..............................<BLOCKQUOTE> Example: <HTML> <HEAD&g… Read More
  • CENTER ELEMENT You can use this tag to show the text in the center of your webpage. You can also do this by using ALIGN Attributes. i.e. <P ALIGN=CENTER>. Use this tage before and after the text you want to show in center.  Tag … Read More
  • Use of   COMMAND Using this command you can give as much space as you want between text . &nbsp means amrersand next before spave. Example: <HTML> <HEAD> <TITLE> Example of space between text</TITLE> </HEAD&g… Read More
  • PARAGRAPH ELEMENT In a document we need free space after couple of lines. For this reason we can use this tag.  From the beginning we know that if we write  in 2 or 3 line space in editor it will be not same in browser. We used B… Read More

0 comments:

Post a Comment