xxxxxxxxxx
<html>
<meta charset="utf-8">
<title>编程狮(w3cschool.cn)</title>
<style>
.hackhome{
border-bottom:1px dashed #000;
height:50px;
width:350px
}
</style>
<body>
<div>
<p>
<div class="hackhome">我的下边为黑色虚线边框</div>
</p>
</div>
</body>
</html>