Html5 B Tag

The b tag is used to make text for bold or highlight text in the paragraph.which tag is useful for in article.

Syntax:

<b>...</b>

Example Code

<!DOCTYPE HTML>
HTML5 is a <b>Hyper Text Markup Language</b> version 5

Out Put :



HTML5 is a Hyper Text Markup Language version 5

In the above example <b> tag is used to Hyper Text Markup Language at Text.





Content