2011年11月28日月曜日

HTML 4.01 Strict - Template

HTML 4.01 Strict

source
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
  <title>HTML 4.01 Strict</title>
  <style type="text/css"></style>
</head>
<body>
<h1>HTML 4.01 Strict</h1>
</body>
</html>

Preview

iframe