What is the correct way to use start tag when creating with HTML5
IE: HTML 4 Strict is like this
You only need this:
...
There are several points here. This is supported by all browsers, even old ones like IE6/IE7. All browsers actually nee "html" part from doctype declaration to jump into standards mode.