[ Previous: A. Alphabetical BBCode List | Next: C. Links ]
[b]...[/b]
The [b] tag formats its contents using bold text. The ending [/b] tag is required.
[i]...[/i]
The [i] tag formats its contents using italic text. The ending [/i] tag is required.
[u]...[/u]
The [u] tag adds an underline to its contents. The ending [/u] tag is required.
[s]...[/s]
The [s] tag adds a strikeout to its contents. The ending [/s] tag is required.
[sup]...[/sup]
The [sup] tag formats its contents as superscript. The ending [/sup] tag is required.
[sub]...[/sub]
The [sub] tag formats its contents as subscript. The ending [/sub] tag is required.
[spoiler]...[/spoiler]
The [spoiler] tag formats its contents as a spoiler (select this text with your mouse to see the spoiler). The ending [/spoiler] tag is required.
[acronym="description"]keyword[/acronym]
The [acronym] tag provides a helpful mouseover for acronyms and other words where popup text
can be helpful, like this: keyword. The ending [/acronym] tag is required.
[size=n]...[/size]
The [size] tag lets you control the size of your text:
[color=n]...[/color]
The [color] tag allows you to control the text color. You can specify the
color as either a three-digit hex code, like #069, or as a six-digit hex code,
like #E34715, or as a standard HTML color name, like red. For example,
[color=goldenrod]Shiny gold[/color] will appear as Shiny gold,
and [color=#069]True blue![/color] will appear as True blue!
[font=n]...[/font]
The [font] tag allows you to alter the text's typeface. You may use specific font names, like
Times New Roman, or generic font names, like cursive.
Note that if you want to use a name that contains spaces, like Times New Roman,
you should surround it in quotation marks, like this: [font="Times New Roman"]...[/font] NBBC will
almost always get it right even if you don't use quotes, but quotes guarantee it'll be correct.
Note that the [font] tag allows you to separate font names with commas, just like CSS does, so that
if a given font is not available, your choice of fallback fonts can be used instead: [font=Arial,Helv,Helvetica,sans]...[/font]
The [font] tag also recognizes the five standard CSS "generic" font names:
[ Previous: A. Alphabetical BBCode List | Next: C. Links ]