Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

For this assignment, you will use HTML5 to create a web site about your favorite sports that utilizes the topics we have covered in class.

For this assignment, you will use HTML5 to create a web site about your favorite sports that utilizes the topics we have covered in class. Assignment Detail: Create a web site that has the following setup: o An index.html as discussed in class. o A css sub-folder that will hold your CSS file linked to the index.html file. o An images sub-folder to hold images you choose for your assignment. o A html sub-folder to hold your other html files. o index.html: o Include your name in the browser's title bar. o Include your name and student number in a comment at the beginning of your HTML script (under statement). o Include your name and student number in a comment at the beginning of the

section of your script. o The body of the page contains: The header includes a h2 with the text Assignment #2 / your full name / the name of your favorite sport. Header CSS: Centered; bold; your choice of text color. The main content contains a 3-column/2-row table that includes: Row 1: Column 1: an image that represents your favorite sport. Column 2: an image of your favorite all-time player in the sport. Column 3: an image of you (or a likeness). Under each image, cite where you obtained the image. Hint: You could use the

tag with the

option... Row 1 CSS: Make the table 100% width of the screen with each table cell taking up the same amount of space. Use width to make all images approximately the same size and to properly fit in the column space. SYST10049 Web Development Assignment #2 Page 2 of 3 Row 2: Column 1: the name of sport is an anchor tag link to a new page (see below for the linked page details). Column 2: the name of your favorite player. Column 3: Include the following information (with labels e.g. Name: , etc.). Your full name. Your student number. Your login name. Campus. Sheridan Email address. Row 2 CSS: The cells in this row have the same height. Pick a text colour (create a class that can be used for all three columns). Column 1: center the link within the table cell. Column 2: Bold and center. Column 3: labels are bold (use tags); information is italic. o The footer contains your full name / your Sheridan id. o Linked page: o Use "Sport" for the Title. o The Header contains a h3 with the name of the sport with a Go Back link back to the calling page (location your choice). o The Main content contains: The same picture used for the sport from the calling page. An ordered list with 5 bullet points about the sport. o The Footer with a line citing where you got your information. o CSS: Ordered list should use Roman numerals as bullets (upper-case).

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions