题目内容

若要设置单元格为空时隐藏边框,则以下代码正确的是( )

A. table{ empty-cells:show }
B. table{ empty:show }
C. table{ empty-cells:hide }
D. table{ empty:hide}

查看答案
更多问题

表格最基本的单元时( )

A. 行
B. 列
C. 单元格
D. 行和列

若要设置列表前缀的标记类型为矩形,____填写Ul{ list-style-type:_____; }

A. disc
B. circle
C. square
D. decimal

若要设置列表前缀的标记类型为小写英文,____填写( )Ul{ list-style-type:_____; }

A. lower-roman
B. upper-roman
C. lower-alpha
D. upper-alpha

若要使用图片作为前缀标记,以下哪个代码正确( )

A. ul{ list-style-image:url(bullet.png); }
B. ul{ list-style-image:url(png); }
C. ul{ list-style-image:url(p.png); }
D. ul{ list-style-image:png; }

答案查题题库