为了账号安全,请及时绑定邮箱和手机立即绑定

为什么我的这段代码没有边框出来的,是什么问题

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

<head>

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

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

<style type="text/css">

.myBOX{

    width:200px;

    height:100px;

    border:1px red solid;

    padding-top:10px;

    margin-left:15px;

}

</style>

</head>

<body>

<div class="myBox">Hello World!</div>




</body>

</html>


正在回答

1 回答

你的css样式名称与div设置的不符,把css样式名称中的ox改成小写就行啦


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么我的这段代码没有边框出来的,是什么问题

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信