【单选题】
阅读下面CSS代码,下面选项中与该代码段效果等同的是( A )。
.box { margin:10px 5px; margin-right:10px; margin-top:5px; }
①
.box { margin:5px 10px 10px 5px; }
②
.box { margin:5px 10px 0px 0px; }
③
.box { margin:5px 10px; }
④
.box { margin:10px 5px 10px 5px; }
【单选题】
下列能够正确在一个html页面中导入在同一个目录下的“style.css”样式表的是?
①
link rel=stylesheet type=text/css href=styles.css
②
style type=text/css href=”styles.css” /style
③
script type=text/javascript src=styles.css /script
④
link type=text/css rel=styles.css