Showing posts with label HTML Bold Tag. Show all posts
Showing posts with label HTML Bold Tag. Show all posts

Wednesday, 2 July 2014

HTML Bold Tag !!


The bold tag is define <b>, and this usually displayed in bold on your text.
The bold tag has a start or opening tag <b> and an end or closing tag </b>.
This is support all HTML version, and support all Browser.

Example:
<p>This is normal text - <b>and this is bold text</b> on my website.</p>