Question
Which of these CSS rules is used to create a table that takes up half of the page’s width?
(1 point)
Responses
table-width: 50%;
table-width: 50%;
width: 50%;
width: 50%;
size: 50%;
size: 50%;
wide: 50%;
(1 point)
Responses
table-width: 50%;
table-width: 50%;
width: 50%;
width: 50%;
size: 50%;
size: 50%;
wide: 50%;
Answers
GPT-4o mini
The correct CSS rule to create a table that takes up half of the page's width is:
**width: 50%;**
**width: 50%;**