文字の背景画像(background-image)
<html>
<head>
<title>背景画像</title>
<style type="text/css">
<!--
.c1 {
background-image: url("../../sample/img/back.jpg");
}
//-->
</style>
</head>
<body>
<p class="c1">
背景画像を指定<br>
<br>
<br>
</p>
<br>
<p>
<span class="c1">背景画像</span>を指定<br>
</p>
</body>
</html>
〔 実行する 〕