<!DOCTYPE?HTML>
<html>
<head>
<meta?http-equiv="Content-Type"?content="text/html;?charset=utf-8">
<title>邊距</title>
<style?type="text/css">
div{
????width:200px;
????height:200px;
????border:1px?solid?red;
????text-align:center;?
}
#box1{
????margin-bottom:10px;
}
p{
????margin-top:0px;/*如果p標(biāo)簽不設(shè)置margin,就不會(huì)貼在邊線,是不是p標(biāo)簽有默認(rèn)的一個(gè)margin值*/
????line-height:200px;
}
a{
????line-height:200px;
}
</style>
</head>
<body>
????<div?id="box1"><p>box1</p></div>
????<div?id="box2"><a>box2</a></div>???
</body>
</html>
2016-10-13
是的,默認(rèn)值就是瀏覽器