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

<!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>


<!--在此定义一个类选择器myBox,根据要求设置相关CSS属性-->

<style type="text/css">

.mybox{

 width:200px;

 height:100px;

 border:1px solid #f00;

 margin-top:15px;

 padding-left:10px;

}

</style>


</head>

<body>



<!--在此添加一个div标签,并设置其class属性为myBox-->

<div class="mybox">Hello Word!</div>


</body>

</html>


正在回答

0 回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信