Ask questions or just talk about different languages. Since BrainKing is an international game site supporting many languages, this board can be kind of useful.
رضا: could be .. i never used the word .. but that doesnt mean anything :)
to create a list (the black dots) you can do the following
you define place [ul] and [/ul] around the list
each list item has [li] in front of it
(after each list item you can place [/li] but it isnt really needed)
so a list of animales would be
[ul]
[li]dog
[li]cat
[li]horse
[/ul]
dog
cat
horse
(replace the [] by <> to make it work for real :))