了哥leo_04370213
2017-03-04 18:38
不知道为什么一直没有边框显示
height,padding—left结尾是分号,而且<style>最好写成<style type="text/css">
因为你height和padding—left哪里是冒号,不是分号.......
<style type="text/css">
.myBox{
width:200px;
height:180px;
border:1px solid red;
padding-left:15px;
margin-top:10px;
}
</style>
</head>
<body>
<div class="myBox">Hello World</div>
</body>
</html>
你试试这个代码
企业网站综合布局实战
157043 学习 · 1984 问题
相似问题