Help index « All Formatting Codes «
In-line formatting codes
On this page we are introducing some formatting codes and live examples of utilization.
Bold [b]...[/b]
| Example | Rendering |
This is very [b]important[/b], isn't it? | This is very important, isn't it? |
Italics [i]...[/i]
| Example | Rendering |
This is really [i]meaningful[/i]! | This is really meaningful! |
Underlined [u]...[/u]
| Example | Rendering |
I would like to [u]insist[/u] on this point... | I would like to insist on this point... |
Code [code]...[/code]
| Example | Rendering |
Type [code]cwd ../foo/bar[/code] to visit an interesting directory. | Type cwd ../foo/bar to visit an interesting directory. |
Color [color]...[/color]
| Example | Rendering |
Here is some text in [color=red]red[/color] and some text in [color=green]green[/color] | Here is some text in red and some text in green |
Tiny [tiny]...[/tiny]
| Example | Rendering |
This is really [tiny]tiny[/tiny] ! | This is really tiny ! |
Small [small]...[/small]
| Example | Rendering |
This is really [small]small[/small]! | This is really small! |
Big [big]...[/big]
| Example | Rendering |
This is really [big]meaningful[/big]! | This is really meaningful! |
Huge [huge]...[/huge]
| Example | Rendering |
I would like to [huge]insist[/huge] on this point... | I would like to insist on this point... |
Superscript [superscript]...[/superscript]
| Example | Rendering |
This text is [superscript]superscript[/superscript]. Interesting... | This text is superscript. Interesting... |
Subscript [subscript]...[/subscript]
| Example | Rendering |
This text is [subscript]subscript[/subscript]. Interesting... | This text is subscript. Interesting... |
Inserted [inserted]...[/inserted]
| Example | Rendering |
This text [inserted]has been inserted[/inserted]. | This text has been inserted. |
Deleted [deleted]...[/deleted]
| Example | Rendering |
This text [deleted]has been deleted[/deleted]. | This text has been deleted. |
Flag [flag]...[/flag]
| Example | Rendering |
[flag]important![/flag] Don't forget to give something to your cat today | important! Don't forget to give something to your cat today |
Serif [style=serif]...[/style]
| Example | Rendering |
[style=serif]This text is in Serif[/style]. | This text is in Serif. |
Sans-Serif [style=sans-serif]...[/style]
| Example | Rendering |
[style=sans-serif]This text is in Sans-Serif[/style]. | This text is in Sans-Serif. |
Cursive [style=cursive]...[/style]
| Example | Rendering |
[style=cursive]This text is in Cursive[/style]. | This text is in Cursive. |
Fantasy [style=fantasy]...[/style]
| Example | Rendering |
[style=fantasy]This text is in Fantasy[/style]. | This text is in Fantasy. |
Comic [style=comic]...[/style]
| Example | Rendering |
[style=comic]This text is in Comic[/style]. | This text is in Comic. |
Use one style [style=<style name>]...[/style]
| Example | Rendering |
[style=my_style]But where will this rabbit be in some minutes? I don't know, but it depends also on the turtle speed...[/style] | But where will this rabbit be in some minutes? I don't know, but it depends also on the turtle speed... |