Tables and Forms in HTML


Available Answers

  1. 1.

    Fill in the blanks:

    1. ____________ attribute is used to set the minimum distance between two adjacent cells.
    2. __________ attribute sets the vertical alignment of data in a column.
    3. _________ attribute is used to combine cells vertically.
    4. ________ is like a toggle switch with which a user can select or deselect one or more than one items.
    5. ___________ buttons are used when the user has to make a selection of only one among the several possible options. 
  2. 2.

    State True or False.

    1. The <TABLE> tag is an empty element. 
    2. The table row begins with a <T Row> tag. 
    3. A table border will always be displayed by default even if the value for table border is not given
    4. Drop-down list displays a list of options from which the user can select an item. 
    5. Radio button is a toggle button used to select or deselect one or more than one item. 
  3. 3.

    Explain how can we set the background colour for the table, row, and cell.

  4. 4.

    Write the difference between Cellspacing and Cellpadding.

  5. 5.

    What do you understand by Colspan and Rowspan?

  6. 6.

    What is a Form?

4 more answer(s) available.

Please login to post your comments.