tags:

views:

105

answers:

3

Is the markup still valid if I try to use a table tag without the thead tag?

+2  A: 

validator.w3.org is your friend.

The MYYN
A: 

yes, thread is not needed.

Hogan
+3  A: 

According to the HTML 4.01 standard, it is optional inside a <TABLE> tag. The '?' in THEAD? means optional.

Mark Byers