Hello HTML5!
October 6th, 2010
No comments
This is a minimal “Hello World” example for HTML5.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<h1>Hello HTML5!</h1>
</body>
</html>
Note the greatly simplified doctype and character encoding declarations compared to HTML4. So simple, in fact, that you can actually remember them – now this is progress!
Categories: Tutorials