B
From HTML Wiki
| B | |
| Basic usage: | <b>some text</b>
|
| Spec version | - |
| Deprecated? | Still in use |
The b element formats text into a boldface. Usage is very simple, surround the piece of text you wish to make bold with <b> on one side and </b> on the other.
For example, <b>boldface</b> produces boldface.
This technique also works in MediaWiki wikis, however ''' should be used instead.
