(no title)
andymism | 15 years ago
<!doctype html>
is actually how you declare an HTML5 doctype. They're also using the semantic HTML5 elements header and footer.Reference: http://dev.w3.org/html5/spec/syntax.html#the-doctype http://ejohn.org/blog/html5-doctype/
No comments yet.