nerdexam
GIAC

GSNA · Question #183

Which of the following statements is true about COLSPAN attribute?

The correct answer is D. COLSPAN is used to span one column across many columns. COLSPAN attribute is used to span one column across many columns. COLSPAN is an attribute of <TD> and <TH> tags that allow a single column in a table to take space that is occupied by several columns. If the specified COLSPAN value is greater than the number of columns in the…

Database & Application Auditing

Question

Which of the following statements is true about COLSPAN attribute?

Options

  • ACOLSPAN is used to create columns in a table.
  • BCOLSPAN is used to divide one column into many columns.
  • CCOLSPAN is used to span one column across many rows.
  • DCOLSPAN is used to span one column across many columns.

How the community answered

(20 responses)
  • A
    5% (1)
  • B
    10% (2)
  • C
    5% (1)
  • D
    80% (16)

Explanation

COLSPAN attribute is used to span one column across many columns. COLSPAN is an attribute of <TD> and <TH> tags that allow a single column in a table to take space that is occupied by several columns. If the specified COLSPAN value is greater than the number of columns in the table, then a new column is created at the end of the row.

Topics

#HTML COLSPAN#table attributes#web development#table spanning

Community Discussion

No community discussion yet for this question.

Full GSNA Practice