Visit Mozilla.org

HTML:Element:b

From MDC

[edit] HTML Bold Element

<b>...</b> - The HTML Bold element makes text bold.

[edit] Example

   <p>
   
       This is the first sentence.  <b>This whole sentence is bold.</b>
   
   </p>

[edit] Result

This is the first sentence. This whole sentence is bold.

See also: HTML Strong Element


HTML Elements
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
(Quick Links: HTML Element Cross Reference, HTML Category)