GuideML: B Tag
Created | Updated Apr 20, 2012
This displays the text between the <b> and </b> tags in bold.
Syntax and Usage
This is an HTML tag, so it can be upper or lower case, but we recommend lower case.
<b>...text...</b>
Simply put <b> and </b> tags round the text you want to be in bold.
Known Issues
None.
Example
In this line, the word bold is in bold.
<p>In this line, the word <b>bold</b> is in bold.</p>