Hacker News new | ask | show | jobs
by namzo 5066 days ago
I was surprised the source started with a <header> tag. I thought the header tag was introduced in HTML5.

http://www.w3schools.com/html5/tag_header.asp

1 comments

Note that the HEADER tag here was replaced by HEAD in subsequent HTML versions. The current HEADER is a completely different beast, falling inside the BODY. The neat thing is that, since the BODY exists and there is no HTML node, current browsers are able to interpret this HEADER as if it were HEAD.