CSS Tables


  1. Which of the following property is used to set order in a table?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    Example: table{border: 1px solid #000;}


  1. Which of the following property is used to align the text in a table?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    Example: table{text-align: left;}



  1. Which of the following property is used to change the height of a table?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    height


  1. Which of the following property is used to change the background in a table?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    background



  1. Which of the following property is used to control the space between the border and content in a table?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    Example: table{border: 4px solid black;}