<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Smashing HTML5!</title>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
Hello world!
</body>
</html>
Copy and paste the code above to a .html document to start writing code. Dont forget to create a .css file to write the style of the page.