Wikia

B

Talk0
645pages on
this wiki
B
Basic usage:
<strong>Lorem Ispum</strong>
Spec version 2.0
IE Version 3
Firefox Unknown
Safari Unknown
Example output:
Lorem Ispum

The HTML <b></b> element makes all contained text bold. Note that while it is not officially deprecated, the best practice is to prefer the (more flexible) CSS font-weight property in order to separate presentation from structure.

To apply this tag in an HTML document, use:

<b>Text to be bolded.</b>

This will generate: Text to be bolded.

Contents

Rendering Edit

The <b> element corresponds to the bolder font weight.

Typical CSS representation Edit

b {
  font-weight: bolder;
}

See AlsoEdit

External linksEdit

Advertisement | Your ad here

Photos

Add a Photo
233photos on this wiki
See all photos >

Recent Wiki Activity

See more >

Around Wikia's network

Random Wiki