Here is a list of HTML tags that can be used on Dragon, with examples. Giving complete descriptions of the various HTML tags is not within the scope of the FAQ. For reference on HTML, visit The World Wide Web Consortium. This is bold text <u>This is underlined text</u>
This is underlined text <i>This is italic text</i>
This is italic text <em>This is emphasized text</em>
This is emphasized text <strong>This is strong text</strong>
This is strong text <tt>This is single-line text in a fixed-width font</tt>
This is single-line text in a fixed-width font <strike>This is striked text</strike>
This is striked text <pre>This is multi-line
preformatted text
in a fixed-width font.</pre>
This is mulit-line
preformatted text
in a fixed-width font.
<font color="red">This is red text</font>
<font color="orange">This is orange text</font>
<font color="yellow">This is yellow text</font>
<font color="green">This is green text</font>
<font color="blue">This is blue text</font>
<font color="indigo">This is indigo text</font>
<font color="violet">This is violet text</font>
<font color="white">This is white text</font>
<font color="black">This is black text</font>
This is red textThis is orange textThis is yellow textThis is green textThis is blue textThis is indigo textThis is violet textThis is white textThis is black text Brackets: < >
Ampersand: &
Non-breaking space: > <
Non-breaking space: > <
<ul>
<li>This is an unordered list
<li>This is an unordered list
<li>This is an unordered list
<li>This is an unordered list
<li>This is an unordered list
</ul>
- This is an unordered list
- This is an unordered list
- This is an unordered list
- This is an unordered list
- This is an unordered list
<ol>
<li>This is an ordered list
<li>This is an ordered list
<li>This is an ordered list
<li>This is an ordered list
<li>This is an ordered list
</ol>
- This is an ordered list
- This is an ordered list
- This is an ordered list
- This is an ordered list
- This is an ordered list
This is an ordinary link:
<http://www.dragongoserver.net |Dragon Go Server>
This is an ordinary link:
Dragon Go Server This is another ordinary link:
<a href="http://www.dragongoserver.net">Dragon Go Server</a>
This is another ordinary link:
Dragon Go Server