Try HTML 4 | Try XHTML 1 | Try XHTML 1 (XML headers) | Try XHTML 1.1
DOCTYPE: HTML 5
Content-type: text/html; charset=ISO-8859-1
This is proper XHTML 1.0:
<span style="color:red;" />This should not be red.
This should not be red.
This is proper HTML 4.01:
<span style="color:red;"></>This should not be red.
>This should not be red.
<span style="color:red;"</>This should not be red.
This should not be red.
These should be rendered the same way as:
<span style="color:red;"></span>This should not be red.
This should not be red.