Free Sound Effects

BBCode Example List

This document showcases (almost) all BBCode tags you may use. If you need a more detailed explanations of how to use BBcode to format your text, read the BBcode Beginners Guide.

Normal text formatting:


Test bold text [b][/b]
Test italic text [i][/i]
Test underlined text [u][/u]
Test strikeout text [s][/s]
Test superscript text - X3 [sup][/sup]

Font colors:


Test blue text [color=blue][/color]
Test red text [color=red][/color]
Test #eeff00 text [color=#eeff00][/color]

Font sizes:


7px text [size=6][/size]
12px text [size=12][/size]
24px text [size=24][/size]

Font faces:


Test Arial typeface text [font=arial][/font]
Test Arial typeface text [font=Arial Black][/font]
Test Courier typeface text [font=Courier][/font]
Test Courier New typeface text [font=Courier New][/font]
Test Impact typeface text [font=Impact][/font]
Test Times New Roman typeface text [font=Times New Roman][/font]
Test Verdana typeface text [font=verdana][/font]

Text alignment:

[left][/left]
[right][/right]
[center][/center]
[justify][/justify]

Left hand side of the screen

Right hand side of the screen

Centered

This paragraph is justified on both sided on the page. By default most browsers render text with a jagged right edge. If you want all text rendered like in a book with an even right edge - use the justify tag.

Images:

Normal image: [img][/img]

Float image right: [float=right][img][/img][/float]

Re-sized image: [img=35x30][/img]

URLs:


www.test-url.com (url written just like that)
http://test-url.com/~user/,part,of,url (url written just like that)
ftp://test-url.com:8080/ (url written just like that)
http://test-url.com/ [url][/url]
Test URL [url=http://test.com]Test URL[/url]

Anchor (bookmark you can link to):


URL Anchor [anchor=test][/anchor]
Link to anchor [url=#test][/anchor]

Some URL's within a sentence: http://url1.com; www.url2.com, (www.url3.com) and www.url4.com.

Google link!: BBCode [google]BBCode[/google]
Wikipedia link!: BBCode [wikipedia]BBCode[/wikipedia]

E-mail addresses:


(email-url written just like that)
[email][/email]
[email=url@url.com]John Smith[/email]

Headings:


Level 1 Heading

[h1][/h1]

Level 2 Heading

[h2][/h2]

Level 3 Heading

[h3][/h3]

Level 4 Heading

[h4][/h4]

Test acronyms and abbreviations:


Abbreviations:
API [abrr=Application Programming Interface]API

Acronyms:
SQL [acronym=Structured Query Language]SQL[/acronym]

Code blocks:

Normal code block:

x := y + z;
y := a - b;

An inline code block

Color highlighted PHP code block: [php][/php]



<?php
  
echo "Sample PHP code";
?>

"notag" Tag:

These BBCode tags are [b]not[/b] converted to HTML!
[notag]These BBCode tags are [b]not[/b] converted to HTML![/notag]

Quoting

A simple quote:

Quote:
This is a quoted message
[quote]...[/quote]

Quote with source:

Frank wrote:
This is a quoted message
[quote=Frank]...[/quote]

Lists

A normal list (circular bullets, same as list=c): [list][*]item1[*]item2[/list]

  1. x
  2. y
  3. z

List with discs (list=d):

  1. item1
  2. item2
[/notag]
  1. x
  2. y
  3. z

List with squares (list=s):

  1. item1
  2. item2
[/notag]
  1. x
  2. y
  3. z

Numeric list (list=1): [list=1][*]item1[*]item2[/list]

  1. x
  2. y
  3. z

Roman lowercase list (list=i):

  1. item1
  2. item2
[/notag]
  1. x
  2. y
  3. z

Roman uppercase list (list=I):

  1. item1
  2. item2
[/notag]
  1. x
  2. y
  3. z

Alfa lowercase list (list=a):

  1. item1
  2. item2
[/notag]
  1. x
  2. y
  3. z

Alfa uppercase list (list=A):

  1. item1
  2. item2
[/notag]
  1. x
  2. y
  3. z

A nested list:

  1. x
    1. x.1
    2. x.2
  2. y
  3. z

Table tags


[table]
[row]
[col]row1col1[/col]
[col]row1col2[/col]
[/row]
[row]
[col]row2col1[/col]
[col]row2col2[/col]
[/row]
[/table]

row1col1 row1col2
row2col1 row2col2

Other tags

Horizontal delimiter: [hr]


Force line break: [br]
-->
<--

Force space: [sp]
--> <--