Question: Task 0 1 Open the index.html file and add your name ( firstname lastname ) , the file name, and today's date ( MM /

Task 01
Open the index.html file and add your name (firstname lastname), the file name, and today's date (MM/DD/YYYY) to the comment at the top of the page.
Task 02
In the index.html file, create a table with seven rows and four columns. Include a caption with the text, Course Schedule.
Use the skills you have learned in this chapter to create the table shown in Figure 868. Note that you will need to properly use thead and tbody elements, as well as rowspan and colspan attributes
Task 03
Use the styles.css file to create style rules to design the table as shown in Figure 868. Thetable uses the following hexadecimal color codes: ffe5dc (body background-color), fd4d0c (table border color),792101(box shadow color), a22c02(table data border color), fe9772(odd rows background color).
Apply a box shadow to the table and a sans-serif font to the page
Task 04
Then, inside the css/styles.css file, add your name (firstname lastname), file name, and todays date (MM/DD/YYYY) to the comment at the top of the page.
Link index.html to the styles.css file.
Task 0 1 Open the index.html file and add your

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!