Question: 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
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.
th, td {
border: 0.1em solid #000000;
padding: 1em;
}
th, td {
: 0.1em solid #000000;
: 1em;
}
{
border: (0.1em solid #000000);
padding: (1em);
}
, {
border: 0.1em solid #000000;
padding: 1em; },
Step by Step Solution
There are 3 Steps involved in it
Answer The correct style rule is th td bord... View full answer
Get step-by-step solutions from verified subject matter experts
