Basic HTML5 Document

<!DOCTYPE html>
<html lang='en'>
 <head>
  <title>Basic HTML5 document</title>
  <meta charset='utf-8'>
  <style>
  </style>
  <script>
  </script>
 </head>
 <body>
 </body>
</html>

next