<meta charset="UTF-8">
<meta name="A" content="width=device-width, initial-scale=1.0">
<title>作业1</title>
<link rel="stylesheet" href="B.css">
<style>
#box {
width:600px;
height:auto;
border:solid 5px;
border-color:#999;
border-color: #999;
background-color: white;
margin: 20px;
padding:10px;
}
</style>
<div id="box">
<p>WEB标准不是某一个标准,而是一系列标准的集合。网页主要由三部分组成:结构、表现和行为。</p>
<p>内容和形式的分离,网页前台只需要显示内容就行,形式上的美工交给CSS来处理</p>
</div>
p {
font-size: 12px;
text-indent: 2em;
}