パソコン日記

2005/4/10

font-sizeの項目を記述した。なかなか進まないなあ。

2005 MASAO


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="ja">
<head>
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META http-equiv="Content-Style-Type" content="text/css">
<title>見出しなどのフォントサイズを指定する</title>
<style type="text/css">
<!--
body { background: #FFC; color: black; }
h1 { font-size: 1.5em; background: maroon;
color: white; }
h2 { font-size: 1.2em; }
p.copy { font-size: 0.8em; text-align: center; }
-->
</style>
</head>
<body>

<h1>パソコン日記</h1>
<h2>2005/4/10</h2>
<p>font-sizeの項目を記述した。なかなか進まないなあ。</p>
<p class="copy">
2005 MASAO
</p>

</body>
</html>