-->
当前位置:首页 > 题库 > 正文内容

Multiple choice:Read the following CSS code, and the following options are equivalent to the effect of this code segment is ()( (select one)

Luz4年前 (2021-05-10)题库481
Read the following CSS code, and the following options are equivalent to the effect of this code segment is ()( Select one) @ [a] (2)
.box {  margin:10px 5px;  margin- right:10px;  margin- top:5px;  }  
A.
.box {  margin:5px 10px  10px 5px; }
B.
.box {  margin:5px 10px  0px 0px; }
C.
.box {  margin:5px 10px;  }
D.
.box {  margin:10px 5px  10px 5px; }




A.
.box {  margin:5px 10px  10px 5px; }
B.
.box {  margin:5px 10px  0px 0px; }
C.
.box {  margin:5px 10px;  }
D.
.box {  margin:10px 5px  10px 5px; }


answer:A

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。