|
|
|
Bold tag in html code
Bold tag in html is used to highlight marked portion of the text in bold. Bold tag differentiates the marked area from the rest.
Here is one example of bold text.
This area is simple text and this part is written in bold. Here again simple area
You can see the code of the above line with bold tag inside.
This area is simple text and <b>this part is written in bold</b>. Here again simple area
Bold tag have one starting <b> tag and one ending </b> tag.
As html tags are case insensitive so capital letter tag or small letter tag can be used. Like this
This area is simple text and <b>this part is written in bold</B>. Here again simple area
Learn how to highlight and format text using span tag
Managing font style by CSS
| |
|
|
|
|
|