Solved

Which Element Does the Following Code Style

Question 55

Multiple Choice

Which element does the following code style?
Table {
Width: 100%;
Margin: 10px auto;
Border: solid 3px black;
Border-collapse: collapse;
Background-color: #e9dfc6;
}


A) table row
B) table header
C) table
D) table cell

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions