Codes

Font
Headings
Type: <h1>text</h1> Get: text
Bold
Type: <b>text</b> Get: text
Italic
Type: <i>text</i> Get: text
Size
Type: <font size=5>text</font> Get: text
Typewriter Mode
Type: <tt>text</tt> Get: text
Underline
Type: <u>text</u> Get: text
Scrolling Text
Type: <marquee>text</marquee> Get:
Extended Fonts
Type: <font face=impact>text</font> Get: text
Color
Type: <font color=blue>text</font> Get: text
Alligning
Center Allign
Type: <center>text</center> Get: text (you can't see this difference because all the text is centered)
Text Break
Text Break
Type: top<br>bottom Get: top
bottom
Links and Pictures
Picture
Type: <img src=images.neopets.com/template_images/shoyru_green_fly.gif> Get: 
Link
Type: <a href=http://www.neopets.com>text</a> Get: text
Linking Picture
Type: <a href=http://www.neopets.com><img src=images.neopets.com/template_images/shoyru_green_fly.gif></a> Get: 
Lists
Ordered
Type: <ol><li>put food in mouth</li><li>chew</li><li>swallow</li><li>go back to #1 untill finished</li></ol> Get: - put food in mouth
- chew
- swallow
- go back to #1 until finished
Unordered
Type: <ul><li>milk</li><li>eggs</li><li>butter</li><li>cereal</li></ul> Get:
Definition
Type: <dl><dt>hypertext</dt><dd>A computer-based text retrieval system that enables a user to access particular locations in webpages or other electronic documents by clicking on links within specific webpages or documents</dd><dt>markup</dt><dd>The collection of tags that describe the specifications of an electronic document, as for formatting</dd></dl> Get: - hypertext
- A computer-based text retrieval system that enables a user to access particular locations in webpages or other electronic documents by clicking on links within specific webpages or documents
- markup
- The collection of tags that describe the specifications of an electronic document, as for formatting
Tables
Start
Type: <table border=2>...codes...</table>
Add Row
Type: <tr>...codes...</tr>
Add Header Cell
Type: <th>text</th>
Add Cell
Type: <td>text</td>
All Together
Type: <table border=2>
<tr>
<th>Red Text</th><th>Blue Text</th>
</tr>
<tr>
<td><font color=red>This text is red</font></td><td><font color=blue>This text is blue</font></td></tr>
<tr>
<td><font color=red>This text is also red</font></td><td><font color=blue>This text is also blue</font></td></tr></table>
Get: Red Text | Blue Text |
---|
This text is red | This text is blue |
This text is also red | This text is also blue |
Sound
Normal
Type: <embed src="http://images.neopets.com/help/beep.wav" width=200 height=40> Get: