HTML Table Tag without the Thead Tag
Is the markup still valid if I try to use a table ta开发者_StackOverflow社区g without the thead tag?
According to the HTML Living standard, it is optional inside a <TABLE> tag. The '?' in THEAD? means optional.
validator.w3.org is your friend.
yes, thread is not needed.
加载中,请稍侯......
精彩评论