Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 1 Given the html for the table below, write the CSS for the two parts below to achieve the following styles: Not yet answered
Question 1 Given the html for the table below, write the CSS for the two parts below to achieve the following styles: Not yet answered Marked out of 7.00 Flag question
Part1 (4pts): Styling the table, the header and the footer Style the table so that the table's width is 50% of the display, the table has a 1px solid and blue colored borderthe table has a 3px rounded corner, and the font used in the table is Arial font. Style the table cells so that: Both the td and the th have a padding of 3px from the top and bottom and 10px from right and left, and so that the td have of size 12px, and has a #00496B color. Style the table header(the first row) so that the table header has a 15 px white colored text on a background-color of #006699. Style the row with class=alt to have a background color of #E1EEF4 and a text color of #00496B header header header data data data data data data 1 2 Next Part2 (3pts): Styling the table footer ( the last row) Infer and write the CSS needed to style the unordered that is found inside the so that it appears as shown in the screenshot of the table shown above. Note that the background-color used is #006699
header | header | header |
---|---|---|
data | data | data |
data | data | data |
|
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