Content
How do I write in HTML?Allowed HTML tags
Allowed attributes
How do I write in HTML?
an HTML tag is always in angle brackets: <TAG>
The case is irrelevant. <TAG> is the same as <tag> or <Tag>.
If the HTML tag has an attribute, it is entered as follows: <TAG ATRIBUT="VALUE"> Here too, upper and lower case is irrelevant.
CAUTION: Upper and lower case is not irrelevant for web addresses for links or images.
Further information about HTML can be found at http://de.selfhtml.org
Allowed HTML tags
<b> | <big> | <blockquote> |
<br> | <caption> | <center> |
<cite> | <code> | <del> |
<div> | <font> | <i> |
<ins> | <li> | <ol> |
<pre> | <q> | <small> |
<strike> | <strong> | <sub> |
<sup> | <table> | <td> |
<tr> | <tt> | <u> |
<ul> |