HTML layout template example
ThoughtsThis originally appeared on the Annexe.
Much of this is no longer necessary since we all decided to give up on well-formed XHTML, but I keep it in:
<html lang="en-SG"
xmlns="http://www.w3.org/1999/xhtml"
xml:lang="en-SG">
<head>
<meta charset="utf-8" />
<title></title>
<link rel="stylesheet" href="style.css" title="Site Stylesheet" />
</head>
<body>
</body>
</html>