Recent changes Random page
GAMING
Technology
 
Gaming
Entertainment
Science Fiction
Biggest wikis
Hobbies
Music
See more...

HTML b element

From Web Design and Programming

(Redirected from B)
Jump to: navigation, search
 
<b> element
Language: HTML
Namespace: http://www.w3.org/1999/xhtml
Description: boldface text style
Element Group: font style elements
Content Model: inline
Start tag: required
End tag: required

The <b> HTML element indicates that text should be rendered in a boldface style.

Contents

[edit] Semantics

The <b> element is purely presentational and does not carry any semantic value. In general, CSS rather than HTML should be used to describe presentation. In order to convey strong emphasis, the <strong> should be used instead.

[edit] Attributes

Core
Internationalization
Events

[edit] Example

This is <b>bold</b> text.

[edit] See also

[edit] Specifications

This HTML article is a stub. You can help by expanding it.

Rate this article:
Share this article: