Contents / Previous / Next


Comments and Special Characters

 <!-- this is a comment -->

Umlaute:

ä = &auml;
Ä = &Auml;
ö = &ouml;
Ö = &Ouml;
ü = &uuml;
Ü = &Uuml;
ß = &szlig;

Some other characters:

 < = &lt;
 > = &gt;
 & = &amp;
 " = &quot;