ボックスの背景色と背景画像の実験

今回は、背景の勉強です。背景は、色をつけたり、画像を利用したりします。


<head>
<style type="text/css">
<!--

.back2 {
	margin:20px;
	padding:10px;
	background-color:#996633;
	color:#ffffff;
	}


-->
</head>
<body>
    
 
<p class="back2" align="left">今回は、背景の勉強です。背景は、色をつけたり、画像を利用したりします。
</p>
 


</body>