You are here : htmlHTML 5b

<b> - HTML 5

The <b> tag specifies bold text.


Syntax

<p>This is normal text - <b>and this is bold text</b>.</p>


Example

<p>This is normal text - <b>and this is bold text</b>.</p>


Output / Return Value

This is normal text - and this is bold text.


Limitations


Alternatives / See Also


Reference