Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Update the CSS to configure the following: 1 . The table element selector. Code a new style rule for the table element selector that configures
Update the CSS to configure the following:
The table element selector. Code a new style rule for the table element selector
that configures a centered table use marginleft: auto; marginrigth:
auto; with an width, a pixel purple #F border, a em bottom margin,
and no cell spacing use bordercollapse: collapse;
The td th element selectors. Code a new style rule for the table cells td and th
elements that configures em of padding and pixel purple border #F
The tr:nthoftypeeven pseudoclass selector. The table looks more appealing if
the rows have alternate background colors but is still readable without them this is often
called zebra striping Apply the alternaterow pseudoclass selector to configure the
even table rows with a #DEE background color.
Configure table caption. Code a new style rule that sets a em margin, bold text, and
font size.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started