网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
,表示()。

A、显示所有分隔线

B、只显示组(Groups)与组之间的分隔线

C、只显示行与行之间的分隔线

D、只显示列与列之间的分隔线


参考答案

更多 “ ,表示()。 A、显示所有分隔线B、只显示组(Groups)与组之间的分隔线C、只显示行与行之间的分隔线D、只显示列与列之间的分隔线 ” 相关考题
考题 若要产生一个4行30列的多行文本域,以下方法中,正确的是:A、Inputtype=”text”Rows=”4”Cols=”30”Name=”txtintrol”B、TextAreaRows=”4”Cols=”30”Name=”txtintro”C、TextAreaRows=”4”Cols=”30”Name=”txtintro”/TextAreaD、TextAreaRows=”30”Cols=”4”Name=”txtintro”/TextArea

考题 框架中rows和cols的属性值可以是:A、百分数B、像素值C、星号“*”D、以上都可以

考题 从以下备选答案内为程序中(3)~(7)处空缺选择正确答案。(3)A.request B.response C.application D.session(4)A.rs.eof B.rs.bof C.notrs.eof D.notrs.bof(5)A.i+1 B.rs.recordnumber C.rs.recordcount D.i(6)A.<table name="message" cols="40" rows="5" id="message"></table> B.<textarea name="message" cols="40" rows="5" id="message"></textarea> C.<input name="message" cols="40"rows="5" id="message"></input> D.<IMG nClick=over(this)title=放大name="message"cols="40"rows="5"id="message"></IMG nClick=over(this)title=放大>(7)A.submit B.text C.post D.radio

考题 GridLayout的构造方法GridLayout(int rows,int cols,int hgap,int vgap)中,参数rows代表(),cols代表(),hgap和vgap规定()和()方向的间隙

考题 若要通过框架将浏览器窗口划分为3列, 其中第1列占浏览器窗口宽度的30%, 第2列为200象素, 第3列为浏览器窗口的剩余部分,应将FRAMESET标记中的COLS属性设置为();若要将窗口划分成三个等宽的框架,应将COLS属性设置为();若要使左边、中间和右边的框架分别占窗口宽度的1/6、1/3和1/2,则应将COLS属性设置为()。

考题 若要通过框架将浏览器窗口划分为3列,其中第1列占浏览器窗口宽度的30%,第2列为200象素,第3列为浏览器窗口的剩余部分,应将FRAMESET标记中的COLS属性设置为();若要将窗口划分成三个等宽的框架,应将COLS属性设置为();

考题 如果要跨行合并单元格,应该使用()。A.cols属性B.colspan属性C.rows属性D.rowspan属性

考题 若要产生一个4行30列的多行文本框,以下方法中正确的是()。A.<input type="text" rows="4" cols="30" name="txtintrol">B.<textarea rows="4" cols="30" name="txtintrol">C.<textarea rows="4" cols="30" name="txtintrol"></ textarea >D.<textarea rows="30" cols="4" name="txtintrol"></ textarea >

考题 若要产生一个4行30列的多行文本域,以下方法中,正确的是A.<Input type=”text” Rows=”4” Cols=”30” Name=”txtintrol”>B.<TextArea Rows=”4” Cols=”30” Name=”txtintro”>C.<TextArea Rows=”4” Cols=”30” Name=”txtintro”></TextArea>D.<TextArea Rows=”30” Cols=”4” Name=” txtintro”></TextArea>

考题 【单选题】若要产生一个4行30列的多行文本域,以下方法中,正确的是()A.<Input type=”text”Rows=”4”Cols=”30”Name=”txtintrol”>B.<TextArea Rows="4”Cols="30”Name=”txtintro”>C.<Text Area Rows="4”Cols="30”Name=”txtintro”></TextArea>D.<TextArea Rows=30”Cols="4”Name=”txtintro”></TextArea>