CSS Tables
- Which of the following property is used to set order in a table?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
Example: table{border: 1px solid #000;}
- Which of the following property is used to align the text in a table?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
Example: table{text-align: left;}
- Which of the following property is used to change the height of a table?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
height
- Which of the following property is used to change the background in a table?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
background
- Which of the following property is used to control the space between the border and content in a table?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
Example: table{border: 4px solid black;}