Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Figure 9.16 Schedule page with HTML tables. Create a new folder for this Path of Light Yoga Studio case study. Modify the style sheet (yoga.css)

Figure 9.16 Schedule page with HTML tables.

  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 tables.

  3. Modify the Schedule page to use tables to display information as shown in Figure 9.16.

Task 1: Create a folder called ch9yoga to contain your Path of Light Yoga Studio website files. Copy the files from the Chapter 8Case Study ch8yoga folder into the new ch9yoga folder.

Task 2: Configure the CSS. You will add styles to configure the tables on the Schedule page. Launch a text editor and open the yoga.css external style sheet file. You will add the new style rules above the media queries.

  • Configure the tables. Code a new style rule for the table element selector that configures a 1 pixel purple (#40407A) border, a 1em bottom margin, 400px minimum width, and no cellspacing (use border-collapse: collapse;).

  • Configure the table cells. Code a new style rule for the td and th element selectors that configures 0.5em of padding and 1 pixel purple border (#40407A).

  • Configure alternate-row background color. The table looks more appealing if the rows have alternate background colors but is still readable without them. Apply the :nth-of-type CSS pseudo-class to configure the even table rows with a #D7E8E9 background color.

  • Configure table captions. Code a new style rule that sets a 1em margin, bold text, and 120% font size.

Save the yoga.css file.

Task 3: Update the Schedule Page. Open the schedule.html page for the Path of Light Yoga Studio website in a text editor. The schedule information currently uses the

,
    , and
  • elements. You will rework the page to use two tables to display the schedule information instead of the h3, ul, and li tags. Place each table element within an existing section element. 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 9.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 image text in transcribed

the Schedule page to use two HTML tables to display information. Your new page will be similar to Figure 9.16 when you have com- pleted this case study. You have three tasks in this case study: Class Path of Light Yoga Studio Yoga Schedule er reserved as a Laborator Monday - Friday T Saturday & Sunday Figure 9.16 Schedule page with HTML tables. 1. Create a new folder for this path of Light Yoga Studio case study the Schedule page to use two HTML tables to display information. Your new page will be similar to Figure 9.16 when you have com- pleted this case study. You have three tasks in this case study: Class Path of Light Yoga Studio Yoga Schedule er reserved as a Laborator Monday - Friday T Saturday & Sunday Figure 9.16 Schedule page with HTML tables. 1. Create a new folder for this path of Light Yoga Studio case study

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing

Authors: David J. Auer David M. Kroenke

13th Edition

B01366W6DS, 978-0133058352

More Books

Students also viewed these Databases questions

Question

Define marketing.

Answered: 1 week ago

Question

What are the traditional marketing concepts? Explain.

Answered: 1 week ago

Question

Define Conventional Marketing.

Answered: 1 week ago

Question

Define Synchro Marketing.

Answered: 1 week ago

Question

What do Dimensions represent in OLAP Cubes?

Answered: 1 week ago