HTML5
From Leo's Notes
Last edited on 5 August 2014, at 04:48.
The minimum HTML5 document contains:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Title of the document</title>
</head>
<body>
Content of the document......
</body>
</html>