<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> 邊框 </title>
<style type="text/css">
#div-box{
width:300px;
height:200px;
border:3px dotted red;
}
</style>
</head>
<body>
<div id="div-box">
臘月二十一的中午
</div>
</body>
</html>
總結:
1.border的三個屬性值:寬度 樣式 顏色
2.border-top只有上邊有邊框,border-bottom只有下面有邊框,一次類推