阅读下面HTML代码,如果期望tabs位于box容器的右下角,则需要添加的CSS样式是( )。
举一反三
- 阅读下面HTML代码,如果期望tabs位于box容器的右下角,则需要添加的CSS样式是()。[div id="box"][div id="tabs"] A: tabs{ position:absolute; right:0; bottom:0;} B: tabs{ position:relative; right:0; bottom:0;} C: box{ position:relative;} D: tabs {position:absolute; right:0; bottom:0;} E: box{ position:relative; } F: tabs { position:right bottom;}
- 3、在HTML元素上应用CSS“类选择器样式”,需要添加HTML代码()。 A: css= B: style= C: class= D: effect=
- 阅读下面css代码,选择中与该代码段效果等同的是().box{margin:1...0px;margin-top:5px;}
- 阅读下面CSS代码,下面选项中与该代码段效果等同的是() .box{margin:10px5px;margin-right:10px;margin-top:5px;}
- 在HTML的元素上应用CSS类选择器样式,需要添加哪个HTML属性?() A: css= B: class= C: style= D: effect=