Game Comparison: Individual Exercises
The game comparison website is pretty good, but it could use a little more data. Follow the instructions below to fill out the page with some more information!
Optional: Final Project Updates
Alternatively, feel free to continue working on your final project! See if you can add a table, or an iframe, or an embedded YouTube video.
Part 1 - Adding a New Column
Users of the website would like to see information about the type of the game. Add the column to the table, and fill out the data for each of the games listed.
- In the table header
tr
, add anotherth
for "Game Type" after "Price" - In each of the table body
tr
s, add thetd
for the game's type- Fortnite: Battle Royale
- Candy Crush Saga: Match-three
- Pokemon Sword & Shield: Role-playing
Part 2 - Adding a New Game
Users would like to see more than just three games compared on the website. Add an additional row to the table, containing information for the new game: Monopoly.
- Under the last
tr
in thetable
, add anothertr
- Fill in each
td
with the information for Monopoly- Game Title: Monopoly
- Release Year: 1935
- Platform: Tabletop
- Price: $20.99
- Game Type: Economics-themed
Additionally, users would like to see a review of Monopoly.
- Under the last
iframe
in thebody
, add anh3
with the game's name - Under the
h3
, add aniframe
with this review: https://www.reviewgeek.com/110716/a-modern-board-game-history-from-monopoly-to-today/ - Set the width and height of the
iframe
appropriately