Loading...

It's time for your first assignment that uses external style sheets.

Lesson Content Banner

Turn it in!

You are going to create three separate pages that all prominently feature a styled table. Each table will be a different type of scorecard—golf, baseball, bowling, a board game, or anything else that you'd like to use that can be organized properly into a table format.

Be sure to include rows and columns to represent round numbers and teams or players. All three HTML files should call the same CSS file for the majority of their designs. In your styling, be sure you use at least one pseudo class.

sport balls

Your completed assignment should contain all the following:

  • three separate HTML files, each with its own scorecard table
  • each scorecard includes places to add round numbers and team/player names
  • at least one pseudo class is used in styling the tables

When you're done, save your HTML files and CSS file and upload all of them to your GitHub account. Then, submit the assignment links for your three HTML files to your teacher. You will be graded using the following rubric:

Files
Three HTML files and one CSS file were submitted.
Scorecards
Each HTML file has a scorecard table for a different game or activity.
Card Info
Each scorecard has places for round numbers and players/teams.
CSS Call
All three tables reference the same external style sheet.
Syntax
All HTML and CSS syntax is accurate.
Pseudo Class
At least one pseudo class was used in the styling of the tables.