Is the markup still valid if I try to use a table tag without the thead tag?
+3
A:
According to the HTML 4.01 standard, it is optional inside a <TABLE>
tag. The '?' in THEAD?
means optional.
Mark Byers
2009-11-24 00:31:48