HTMLの雛形

  1. Emacsで新規ファイルを開く
  2. 下記の黄色の部分をEmacsにコピーアンドペースト
  3. 日本語の部分を適当に変更する
  4. 名前をつけて保存する。
    ~/WWW-local/unix_literacy/index.html

<!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=UTF-8" > 
   <meta http-equiv="Content-Style-Type" content="text/css" >
   <title>タイトル</title>
   <style type="text/css">
   <!--

   -->
   </style>
 </head>
 <body>
 <h1>見出し</h1>
 <p>
 本文
 </p>
 <hr>
 <address>
 氏名 メールアドレス<br>
 作成日時 <br>
 </address>
 </body>
</html>

長田直樹 <osada@cis.twcu.ac.jp>
2013年 11月11日 月曜日 17時47分05秒 JST