Link index.html to the styles.css file. In the index.html file, create a table with seven rows and four columns. Include a caption with the text, Course Schedule. you will need to properly use thead and tbody elements, as well as rowspan and colspan attributes Use the styles.css file to create style rules to design the table as shown in Figure 8–68. The table 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).

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

ch 8 extend your knowledge

i need this solved. below is index.html and styles.css

figure8-68 is attached below. 

tasks

  • Link index.html to the styles.css file.
  • In the index.html file, create a table with seven rows and four columns. Include a caption with the text, Course Schedule.
  • you will need to properly use thead and tbody elements, as well as rowspan and colspan attributes
  • Use the styles.css file to create style rules to design the table as shown in Figure 8–68. The table 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

index.html

<html lang="en">
<head>
  <title>Chapter 8, Extend</title>
  <meta charset="utf-8">
    
</head>
  <body>

    <div id="container">

          <!-- Use the main area to add the main content of the webpage -->
      <main>

      </main>

  </body>
</hmtl>
 
styles.css
 
/* CSS Reset */
body, main, footer, table {
    margin: 0;
    padding: 0;
    border: 0;
}

/* Style rule for the container */
#container {
  width: 80%;
  margin: 0 auto;
}
Class
Webpage Design
JavaScript
Advanced Webpage Design
Introduction to Programming
Graphic Design
Course Schedule
Fall
MW 11:00 - 12:15pm
M 5:00-7:45pm
R 5:00-7:45pm
TR 2.00-3.15pm
M 5:00-7:45pm
Designed by Student's Name
Term
Spring
TR 12:30 - 1:45pm
T 11:00-12:15pm
T 7:00-9:45pm
MW 2:00-3:15pm
W 7:00-9:45pm
Summer
Online
Hybrid
Online
Not Available
Not Available
Transcribed Image Text:Class Webpage Design JavaScript Advanced Webpage Design Introduction to Programming Graphic Design Course Schedule Fall MW 11:00 - 12:15pm M 5:00-7:45pm R 5:00-7:45pm TR 2.00-3.15pm M 5:00-7:45pm Designed by Student's Name Term Spring TR 12:30 - 1:45pm T 11:00-12:15pm T 7:00-9:45pm MW 2:00-3:15pm W 7:00-9:45pm Summer Online Hybrid Online Not Available Not Available
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY