Toegestane HTML:

In deze tags mag je attributen gebruiken:

<table>   
<tr>   
<td>   
<img>   
<p>   
<a>   
<font>   

In deze tags mag je geen attributen gebruiken:

<em>   
<br>   
<strong>   
<blockquote>   
<tt>   
<li>   
<u>   
<center>   
<ol>   
<ul>   
<b>   
<i>   

Voorbeelden:

<a href="mylink.html">My title</a>

<b>bold</b>

<i>italic</i>

<u>underline</u>

<ul>
<li>unordered list item</li>
<li>unordered list item</li>
</ul>

<ol>
<li>ordered list item</li>
<li>ordered list item</li>
</ol>