问答详情
源自:2-3 编程练习

求助是哪里错了 边框不显示

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>盒子模型练习题</title>


<style type="texe/css">

    .mybox

    {

        height:100px;

        width:200px;

        border:1px solid red;

        margin-top:10;

        padding-left:15px;

    }

</style>



</head>

<body>



<div clsss="mybox">book</div>




</body>

</html>


提问者:慕移动0424370 2017-09-08 15:09

个回答

  • 钱钱钱钱钱钱钱钱钱钱钱钱钱钱钱钱钱钱
    2017-09-08 15:31:19

    倒数第三行的class写错了,你写成了clsss

    margin-top:10px;你没写单位