<b>bolded text</b>
,
<strong>bolded text</strong>
or
<span style="font-weight: bold;">bolded text</span>
bolded text
bolded text
<i>italicized text</i>
,
<em>italicized text</em>
or
<span style="font-style: italic;">italicized text</span>
italicized text
italicized text
<u>underlined text</u>
,
<ins>underlined text</ins>
or
<span style="text-decoration: underline;">underlined text</span>
underlined text
underlined text
<s>strikethrough text</s>
,
<del>strikethrough text</del>
or
<span style="text-decoration: line-through;">strikethrough text</span>
[s]strikethrough text[/s]
strikethrough text
http://example.org
http://example.org
example.org
Example
Example
Example
<img src="
upload.wikimedia.org/wikipedia/commons/thumb/7/7c/Go-home.svg/100px-Go-home.svg.png" alt="" />

Go-home.svg
<blockquote><p>quoted text</p></blockquote>
(usually implemented in more advanced ways)
authorquoted text
(including optional author) To quote:
quoted text
<pre>monospaced text</pre>
monospaced text
monospaced text
<span style="font-size:15px">Large Text</span>
or
<font size="(+,-)x">Different text-size</font> (you can set + or - and x is a number representing pixels
[style size="15px"]Large Text[/style]
(The unit of measurement varies with each BBCode variant and could represent pixels, points, or relative HTML sizes.) Large Text
<span style="color:#FF0000;">Red Text</span>
or
<font color="red">Red Text</font>, <span style="color:#FF0000;">Red Text</span>
or
<span style="color:red;">Red Text</span>
or
<span style="color:red;">Red Text</span>
[style color="red"]Red Text[/style]
or
[style color=#FF0000]Red Text[/style]
or
Red Text
(Both HTML color names and hexadecimal color values are generally supported, although on some boards, you must omit the # from selecting a hexadecimal color.)
<img src="Face-smile.svg" alt="

">

[

]
this would be another way to use the

and must be pre-configured for the forum administrator
(And other emoticons, depending on the variant. Most BBCodes do not enclose emoticons in square brackets, leading to frequent accidental usage)

(Specific image and size vary)
<ul><li>Entry 1</li><li>Entry 2</li></ul>
Some message boards do not need the square brackets around the markers, e.g.:
[2]
(many variants for li and /li, list types (unordered and ordered, with different bullets or counter formats), etc.)
Entry 1
Entry 2
<table><tr><td>table 1</td><td>table 2</td></tr><tr><td>table 3</td><td>table 4</td></tr></table>
[table]
[tr]
[td]table 1[/td]
[td]table 2[/td]
[/tr]
[tr]
[td]table 3[/td]
[td]table 4[/td]
[/tr]
[/table]
(some variants for thead, rules, etc.)
table 1 table 2
table 3 table 4