Here's a list of the allowed HTML tags.
| Tag | Attributes | |
|---|---|---|
| <a href="url">link</a> | href, target, rel | |
| <img src="url"/> (image) | src, width, height, alt, align | |
| <b>bold</b> | ||
| <i>italic</i> | ||
| <em>emphasis</em> | ||
| <u>underline</u> | ||
|
<s> |
||
| <span style="...">...</span> | color, font-family | |
| and also: strong, strike, cite | ||
Note: don't be afraid of HTML, we correct your code automatically.