• 2022-06-30
    网页中设置表格的边框1px,单元格内容到单元格边框之间的距离2px,下面正确的是:()
    A: ”table
    border="1" cellpadding="2"”
    B: ”table
    border="2" cellpadding="1"”
    C: ”table
    border="1" cellspacing="2"”
    D: ”table
    border="2" cellspacing="1"”
  • A

    内容

    • 0

      设置表格的边框为0的HTML代码是( )。(1.0) A: <table cellspacing =0> B: <table height=0> C: <table border=0> D: <table cellpadding =0>

    • 1

      ​设置表格的单元格填充为0的HTML代码是( )。‎ 未知类型:{'options': ['[table cellspacing=0]', '[table height=0]', '[table border=0]', '[table cellpadding=0]'], 'type': 102}

    • 2

      指定表格单元中内容与表格单元格边框之间的空间大小,需要设置表格属性中的() A: cellpadding B: cellspacing C: width D: border

    • 3

      HTML中,设置表格单元格中的内容与单元格的边框距离的属性是( )。 A: border B: cellpadding C: width D: cellspacing

    • 4

      下列()属性用于设置表格中单元格内容与单元格边框之间的空白间距? A: cellpadding B: cellspacing C: border D: bgcolor