Why if I set up background something as "red" like
<table>
<tr>
<td bgcolor="red">example</td>
<tr>
</table>
I get a red cell. But if attribute will be "bgcolor="red;" I get... GREEN cell! Also, it works with blue and blue; , green and green;
What is <color>;
in html? Is this documentated?