利用css设置边框
<style>
.box{width:200px; height:20px;border:1px solid #ccc;}
</style>
<div class="box"></div>