HTML5 base page
As simultaneously upset and excited as I am by the HTML5 spec, one thing I’m very happy about it how easy it is to set up a base HTML page now.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
</head>
<body>
</body>
</html>
(See also: Mark Pilgrim’s post on this)
Category: Web Development Comment »