InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Which property of a table specifies whether the border should be shown if a cell is empty? |
|
Answer» The empty-cells specifies whether the border should be shown if a cell is empty. |
|
| 2. |
Which property of a table specifies the width that should appear between table cells? |
|
Answer» The border-spacing specifies the width that should appear between table cells. |
|
| 3. |
Which property of a table specifies whether the browser should control the appearance of the adjacent borders? |
|
Answer» The border-collapse specifies whether the browser should control the appearance of the adjacent borders that touch each other or whether each cell should maintain its style. |
|
| 4. |
Which property of a hyperlink signifies an element on which the user is currently clicking? |
|
Answer» The :active signifies an element on which the user is currently clicking. |
|
| 5. |
Which property of a hyperlink signifies unvisited hyperlinks? |
|
Answer» The :link signifies unvisited hyperlinks. |
|