文書を書くたびに、ヘッダ情報などを全部書く、というのは面倒かもしれません。
<!DOCTYPE HTML PUBLIC "-//W3C//DTD
HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="ja">
<head>
<meta http-equiv="content-type"
content="text/html; charset=shift_jis">
<meta http-equiv="content-script-type"
content="text/javascript">
<meta http-equiv="content-style-type"
content="text/css">
<meta name="author" content="制作者名">
<meta name="keywords" content="検索用単語,検索用単語,検索用単語">
<meta name="description" content="検索結果用文字列">
<title>文書の題名</title>
<link rev="made" href="mailto:メールアドレス">
<link rel="index" href="索引ページのuri">
<link rel="stylesheet" href="スタイルシートのuri" type="text/css">
</head>
<body>
本体
</body>
</html>
コピーして必要な部分を変更し、テキスト形式などで保存しておくと便利かもしれません。
2003.11.12