Solved

Identify a Style Rule That Applies a Thin (0

Question 5

Multiple Choice

Identify a style rule that applies a thin (0.1em) solid black (#000000) border and 1em of padding to all sides of a table header and table data elements.


A) th, td { border: 0.1em solid #000000; padding: 1em; }
B) th, td { : 0.1em solid #000000; : 1em; }
C) { border: (0.1em solid #000000) ; padding: (1em) ; }
D) , { border: 0.1em solid #000000; padding: 1em; } ,

Correct Answer:

verifed

Verified

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

Related Questions