9 of 9

Scorecards Assignment

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

So that you can see the benefits of several pages calling the same style sheet, you are going to create three separate pages that all prominently feature a styled table. Each of these tables 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, so therefore, all three tables you end up creating will be styled in the same manner. In your styling, be sure you utilize at least one pseudo class.

Your completed assignment should contain all of the following:

a scorecard
  • Three separate HTML files, each with its own scorecard table.
  • All three tables are styled by the same external style sheet.
  • Each scorecard includes places to add round numbers and teams/players.
  • 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 Neocities account. Then submit the assignment links for your three HTML files to your teacher. You will be graded using the following rubric:

Files

1 point Three HTML files and one CSS file were submitted.

Scorecards

1 point Each HTML file has a scorecard table for a different game.

Card Info

1 point Each scorecard has places for round numbers and players/teams.

CSS Call

1 point All three tables reference the same external style sheet.

Syntax

1 point All HTML and CSS syntax is accurate.

Pseudo Class

1 point At least one pseudo class was used in the styling of the tables.