CSS Tables
- Which of the following property sets the vertical alignment?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
Example: table{vertical-align: top;}
- Which of the following property is used to change the width of table?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
Example: table{width: 23px;}
- Which of the following property sets whether the table borders are collapsed into a single border or separated:?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
Example: table{ border-collapse: collapse;}
- Which of the following property is used to specify table borders in CSS?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
Example: table{border: 7px solid black;}
- Which of the following element is used within the table element to define a caption?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
<caption>