niusouti.com

若要使表格的行高为16pt,以下方法中,正确的是()A、<table border=1 style=”Ling-Height:16”>…</table>B、<table border=1 style=”Ling-Height:16pt”>…</table>C、<table border=1 LingHeight=16pt”>…</table>D、<table border=1 LingHeight=”16pt”>…</table>

题目

若要使表格的行高为16pt,以下方法中,正确的是()

A、<table border=1 style=”Ling-Height:16”>…</table>

B、<table border=1 style=”Ling-Height:16pt”>…</table>

C、<table border=1 LingHeight=16pt”>…</table>

D、<table border=1 LingHeight=”16pt”>…</table>


相似考题
参考答案和解析
正确答案:B
更多“若要使表格的行高为16pt,以下方法中,正确的是()A、 ”相关问题
  • 第1题:

    调整表格的行高,将行高设置为0.5英寸。


    正确答案:[$]
    [$]

  • 第2题:

    以下关于表格的说法中,正确的是()

    A.表格是块级元素,水平居中使用CSS的width属性和margin:0 auto

    B.表格内外边框可以通过border-collapse:collapse设置成细线框显示

    C.表格标题caption可以通过display:none隐藏

    D.设置tr的行高和设置该行任一td的行高效果相同


    C

  • 第3题:

    【单选题】若要使表格的行高为16px,以下方法中,正确书写格式一般是()

    A.<table border="1" width="16px">...</table>

    B.<table border="1" height="16px">...</table>

    C.<table border="1" height="16">...</table>

    D.<table border="1" Line-Height="16px">...</table>


    正确

  • 第4题:

    以下关于奇偶选择器论述正确的是()。 tr:nth-child(odd){ color:red; }

    A.表格奇数行,背景颜色为红色

    B.表格奇数行,文字颜色为红色

    C.表格偶数行,背景颜色为红色

    D.表格偶数行,文字颜色为红色


    相邻兄弟选择器用于选择紧接在某元素之后的兄弟元素。该元素与其相邻兄弟元素之间以加号“+”分隔。;相邻兄弟选择器的语法格式为:兄元素+弟元素{属性1:属性值1; 属性2:属性值2;};普通兄弟选择器用于选择拥有相同父元素的元素。元素之间使用波浪号“~”分隔。;普通兄弟选择器的语法格式为:兄元素~弟元素{属性1:属性值1; 属性2:属性值2;}

  • 第5题:

    17、以下关于奇偶选择器论述正确的是()。 tr:nth-child(odd){ color:red; }

    A.表格奇数行,背景颜色为红色

    B.表格奇数行,文字颜色为红色

    C.表格偶数行,背景颜色为红色

    D.表格偶数行,文字颜色为红色


    B