Path of Light Yoga Studio See Chapter 2 for an introduction to the Path of Light Yoga Studio case study. Figure 2.44 shows a site map for Path of Light Yoga Studio. Use the Chapter 7 Path of Light Yoga Studio website as a starting point for this case study. You will modify the Schedule page (schedule.html) to display the class schedule in an HTML table. You will use CSS to style the table. You have three tasks in this case study. 1. Create a new folder for this Path of Light Yoga Studio case study. 2. Modify the style sheet (yoga.css) to configure style rules for the new table. 3. Modify the Schedule page to use a table to display information as shown in Figure 8.16. Figure 8.16 Schedule page with tables Path of Light Yoga Studio Yoga Schedule 18:30 Tine Monday - Friday Saturday & Sunday Getrage Classes Schedule Contact

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
Path of Light Yoga Studio
See Chapter 2 for an introduction to the Path of Light Yoga Studio case study. Figure
2.44 shows a site map for Path of Light Yoga Studio. Use the Chapter 7 Path of Light
Yoga Studio website as a starting point for this case study. You will modify the Schedule
page (schedule.html) to display the class schedule in an HTML table. You will use CSS
to style the table. You have three tasks in this case study:
1. Create a new folder for this path of Light Yoga Studio case study.
2. Modify the style sheet (yoga.css) to configure style rules for the new table.
3. Modify the Schedule page to use a table to display information as shown in
Figure 8.16.
Figure 8.16
Schedule page with tables
Path of Light Yoga Studio
Tine
Home
Yoga Schedule
Mats, blocks, and blaksts provided. Please arve 10 minutes before your class begins. Relaxin
our Serenity Lounge before or after your class.
9:00am
10:30am
1:30pm
7:00pm
Noon
1:30pm
3:00pm
Monday - Friday
Class
Gentlech ge
Restorative Yoga
Gentle Hatha Yoga
Saturday & Sunday
Classes Schedule
Vinyasa Yoga
Gentle cha Yoga
Vinyasa Yoga
Restorative Yoga
D
D
Contact
Transcribed Image Text:Path of Light Yoga Studio See Chapter 2 for an introduction to the Path of Light Yoga Studio case study. Figure 2.44 shows a site map for Path of Light Yoga Studio. Use the Chapter 7 Path of Light Yoga Studio website as a starting point for this case study. You will modify the Schedule page (schedule.html) to display the class schedule in an HTML table. You will use CSS to style the table. You have three tasks in this case study: 1. Create a new folder for this path of Light Yoga Studio case study. 2. Modify the style sheet (yoga.css) to configure style rules for the new table. 3. Modify the Schedule page to use a table to display information as shown in Figure 8.16. Figure 8.16 Schedule page with tables Path of Light Yoga Studio Tine Home Yoga Schedule Mats, blocks, and blaksts provided. Please arve 10 minutes before your class begins. Relaxin our Serenity Lounge before or after your class. 9:00am 10:30am 1:30pm 7:00pm Noon 1:30pm 3:00pm Monday - Friday Class Gentlech ge Restorative Yoga Gentle Hatha Yoga Saturday & Sunday Classes Schedule Vinyasa Yoga Gentle cha Yoga Vinyasa Yoga Restorative Yoga D D Contact
Hands-On Practice Case Study
Task 1: The Website Folder. Create a folder called yoga8. Copy all the files from your
Chapter 7 yoga7 folder into the yogas folder.
Task 2: Configure the CSS. Modify the external style sheet (yoga.css). Open yoga.css
in a text editor. Review Figure 8.16 and note the class schedule information, which is
coded in two HTML tables. Add style rules above the media queries in the yoga.css
external style sheet to configure the following:
1. A centered table with 60% width, a 1 pixel purple (#3F2880) border, collapsed
borders (use border-collapse: collapse;), and a 1em bottom margin.
2. A style for the td and th element selectors that configures 5 pixels of padding
and a 1 pixel purple border (#3F2880).
3. Configure alternate-row background color. The table looks more appealing if the
rows have alternate background colors, but it is still readable without them.
Apply the :nth-of-type CSS pseudo-class to configure the even table rows with a
#DBE8E9 background color.
4. A caption element selector with a 1em margin, bold text, and 120% font size.
Save the yoga.css file.
Task 3: Modify the Schedule Page. Open schedule.html in a text editor. You will
rework the page to use two tables to display the schedule information instead of the
section, h3, and unordered list tags. Remove the tags for the section elements, h3
elements, ul elements, li elements, and the div assigned to the flow id. Use a caption
element within each table. Note that the table rows have two columns. Configure "Time"
and "Class" table headings within each table. Refer to Figure 8.16.
Save your page and test it in a browser. If the page does not display as you intended,
review your work, validate the CSS, validate the HTML, modify as needed, and test
again.
Transcribed Image Text:Hands-On Practice Case Study Task 1: The Website Folder. Create a folder called yoga8. Copy all the files from your Chapter 7 yoga7 folder into the yogas folder. Task 2: Configure the CSS. Modify the external style sheet (yoga.css). Open yoga.css in a text editor. Review Figure 8.16 and note the class schedule information, which is coded in two HTML tables. Add style rules above the media queries in the yoga.css external style sheet to configure the following: 1. A centered table with 60% width, a 1 pixel purple (#3F2880) border, collapsed borders (use border-collapse: collapse;), and a 1em bottom margin. 2. A style for the td and th element selectors that configures 5 pixels of padding and a 1 pixel purple border (#3F2880). 3. Configure alternate-row background color. The table looks more appealing if the rows have alternate background colors, but it is still readable without them. Apply the :nth-of-type CSS pseudo-class to configure the even table rows with a #DBE8E9 background color. 4. A caption element selector with a 1em margin, bold text, and 120% font size. Save the yoga.css file. Task 3: Modify the Schedule Page. Open schedule.html in a text editor. You will rework the page to use two tables to display the schedule information instead of the section, h3, and unordered list tags. Remove the tags for the section elements, h3 elements, ul elements, li elements, and the div assigned to the flow id. Use a caption element within each table. Note that the table rows have two columns. Configure "Time" and "Class" table headings within each table. Refer to Figure 8.16. Save your page and test it in a browser. If the page does not display as you intended, review your work, validate the CSS, validate the HTML, modify as needed, and test again.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 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