テンプレート1
下のソースコードをエディタにコピーアンドペーストして編集してください。赤文字の部分をコメント表示<!-- -->に従って書き換えて使用します。基本的に改変は自由です。
文字化けするときは文字コードのcharset=Shift_JISをcharset=euc-jpかcharset=iso-2022-jpに変えてみてください。
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="ja">
<head profile="http://iel.nobody.jp/">
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<meta name="keywords" content="東京大学,情報処理"><!-- 検索に使用するキーワードを記入 -->
<title>My Web Site</title><!-- ページタイトルを記入 -->
</head>
<body bgcolor="#ffffff" text="#000000"><!-- 背景色、文字色を指定 -->
<h1>My Web Site</h1>
<h2>About Me</h2>
<p style="line-height: 120%; text-indent: 1em;">I'm ...</p>
<h2>Hobbies</h2>
<ul>
<li>Pop Music</li>
<li>Dancing</li>
</ul>
<h2>Link</h2>
<ul>
<li><a href="http://www.u-tokyo.ac.jp/">東京大学</a></li>
<li><a href="http://www.ecc.u-tokyo.ac.jp/">情報基盤センター</a></li>
</ul>
<address>
Mail to me : <a href="mailto:g550xxx@mail.ecc.u-tokyo.ac.jp">g550xxx@mail.ecc.u-tokyo.ac.jp</a><!-- メールアドレス記入 -->
</address>
<br>
<div align="center">Copyright© 2005 YOUR NAME , All Rights Reserved.</div>
</body>
</html>
別バージョン

背景色
#ffdab9文字色
#ff69b4

背景色
#003366文字色
#ffffff

背景色
#ffff99文字色
#cc0000