I'm getting this W3C HTML validation error:
end tag for "table" which is not finished
for this code:
<table id="myTable">
</table>
This is my DOCTYPE:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
I thought that table definition was perfectly fine!?