题目内容

若要设置表格标题在下方( )

A. table{ caption-side:top }
B. table{ caption-side:bottom }
C. table{ caption-side:left}
D. table{ caption-side:right}

查看答案
更多问题

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

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

答案查题题库