对象类是指存储非空间数据的表格(Table).
对象类是指存储非空间数据的表格(Table).
相关考题:
Bootstrap中,通过对表格调用类()可实现响应式表格。 A..table-condensedB..table-stripedC..table-hoverD..table-responsive
设置表格的边框为0的HTML代码是() A. table cellspacing =0B.table height=0C.table border=0D.table cellpadding =0
DreamWeaver 的 Modify 菜单中,对整个选定表格的列宽度值从百分比转换为像素选哪项?A. Table→Clear Cell HeightsB. Table→Clear Cell WidthsC. Table→Convert Widths to PixelsD. Table→Convert Widths to Percent解析:Table→Clear Cell Heights 用来将表格的行高清除,Table→Clear Cell Widths 用来将表格的列宽清除,Table→Convert Widths to Pixels 将整个选定表格的列宽度值从百分比转换为像素,Table→Convert Widths to Percent 将整个选定表格的列宽度值从像素转换为百分比
设计一个边框为3的表格,下述哪个HTML是正确的?()A、<Table Border=3>B、<Table Cellspacing=3>C、<Table Cellpadding=3>D、<Table Width=3>
设置表格的单元格间距为0的HTML代码是()A、table cellspacing =0 B、table height=0 C、table border=0 D、table cellpadding =0
以下说法正确的是()A、为table标签添加.table类可以给表格添加水平分割线 B、给表格添加table-striped类可以使IE8中的表格出现斑马线C、为表格添加table-bordered类可为表格中每个元素增加边框 D、为表格添加table-hover类可为表格中增加鼠标悬停样式
HTML语言中,设置表格中文字与边框距离的标签是()。A、table boder=””B、table cellspacing=””C、table cellpadding=””D、table width=””
设置表格的边框为0的HTML代码是()A、table cellspacing =0B、table height=0C、table border=0 D、table cellpadding =0
html语言中,设置围绕表格的边框的宽度的标记是?()A、table border=#B、table cellspacing=#C、table cellpadding=#D、table width=# or%
HTML语言中,设置表格中单元格之间的距离的标签是()。A、table boder=””B、table cellspacing=””C、table cellpadding=””D、table width=””
( 难度:中等)设置表格的边框为0的HTML代码是A.<table cellspacing=0>B.<table height=0>C.<table border=0>D.<table cellpadding=0>