背景画像付きの見出し

段落の背景には背景色を付けています。

この段落には背景画像を付けています。

<!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-image: url(back015.gif); }
h1 { color: white; background-image: url(back015h1.gif); }
p { background-color: white; }
p.p1 { background-image: url(back015p.gif); }
-->

</style>
</head>
<body>

<h1>背景画像付きの見出し</h1>
<p>段落の背景には背景色を付けています。</p>
<p class="p1">この段落には背景画像を付けています。</p>

</body>
</html>