SQL PHP HTML JavaScript articles and free code
 

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

Discuss this tutorial at forum

List of HTML Tutorials

 

Subscribe
Submit your email address and receive article and product notifications. Your email is safe with us.

Scripts
PHP
JavaScript
List of HTML Tutorial
HTML Tags
Color Chart
HTML Calendar
Tags on web page
Web Design
Subscribe
Submit your email address and receive article and product notifications. Your email is safe with us.