HTML 5 Part I

What is the very first thing in your HTML 5 document to instruct the browser what version of HTML the page is written in?
 <html5>
 <!DOCTYPE html>
 <body>
 <head>
 <html version="5">