Simple Text Formatting
This is some <b>bold</b> text.
Other ways to emphasize text are <i>italics</> and <u>underline.</u>
Text can also be made <s>strikethrough</s>
It's simple to make text <big>bigger</big> or <small>smaller</small>
<center>Text can be centered...</center>
<blockquote>...or indented</blockquote>
Tags can be <b><i>combined</i></b>, but for best results be sure to <s><big>close tags</big></s> in the opposite order they were opened.
You can <font color="red">change</font> the <font color="green">colors</font> of your text.
(Supported colors:
black,
blue,
fuchsia,
green,
maroon,
navy,
olive,
purple,
red,
teal.)
|
This is some bold text.
Other ways to emphasize are italics and underline.
Text can also be made strikethrough
It's simple to make text bigger or smaller
Text can be centered...
...or indented
Tags can be combined, but for best results be sure to close tags in the opposite order they were opened.
You can change the colors of your text.
|
| Line breaks
<p>Text enclosed by the "p" tag is treated as a separate paragraph.</p>
<p>This usually indicates the text should be separated from surrounding text by an extra line.</p>
<p>The "br" tag causes<br>a single line break.</p>
|
Text enclosed by the "p" tag is treated as a separate paragraph.
This usually indicates the text should be separated from surrounding text by an extra line.
The "br" tag causes a single line break.
|
Preformatted text
<pre>
In Just-
spring when the world is mud-
luscious the little
lame baloonman
whistles far and wee
and eddieandbill come
running from marbles and
piracies and it's
spring
</pre>
|
In Just-
spring when the world is mud-
luscious the little
lame baloonman
whistles far and wee
and eddieandbill come
running from marbles and
piracies and it's
spring
|