<html>css
<head>html
<title>入門樣式表小案例</title>spa
<!--引入css-->htm
<link rel="stylesheet" type="text/css" href="demo1.css"/>blog
</head>it
<body>入門
<div class="style1">class
<img src="stupidCat.jpg" />im
</div>demo
</body>
</html>
.style1 {
border: 1px;
background-color: silver;
margin-left: 300px;
margin-top: 400px;
width: 500px;
height: 400px;
padding-top:100px;
padding-left:100px;
}