[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HTMLSPEC-B
Used for describing a bold text style for the internal content.
Attributes
None
Code Tip
Displaying character text in bold style as well as all other HTML text elements can also be accomplished using CSS specifications, which would be a better choice of coding schemes.
Live Example
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
HTMLSPEC-B
B
UsageUsed for describing a bold text style for the internal content.
Attributes
None
Code Tip
Displaying character text in bold style as well as all other HTML text elements can also be accomplished using CSS specifications, which would be a better choice of coding schemes.
Live Example
<html> <head><title></title></head> <body> <b>This text is in bold style.</b> </body> </html>
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
