Web-based Application Development

Tigerking123
HW.docx

COMP 4280 Web-based Application Development Fall 2017

Assignment#3 COMP4280 Web-based Application Development

Due: 9/12/2017 2:20

Name:

1. Create two HTML documents, YourLastName_A3_css.html, and YourLastName_A3a.html, copy the contents from the two documents of your Assignment#1 to these two documents, respectively.

2. Use style sheets to greatly improve the appearance of the two HTML documents including your table, My Schedule Fall 2017.You must use all three kinds of style sheets, style classes, including at least one generic style class selector, one contextual style class selector, and one id style class selector, and you must use all of the following style properties:

font-family, font-size, font-style, font-weight, font, text-decoration, list-style-type for both ordered and unordered lists, text-align, float, at least two of the margin properties, at least two border properties, at least two padding properties, color, background-color, and background-image. You must also use both the <div> and <span> tags.

For this assignment, you must hand in (1) a printed copy of your two HTML source files and also the external style sheet file

(2) The screen snapshot of the two HTML files when displayed using a browser.

(3) This page (put your name on it, put this page as the cover, and staple your work together)

One additional requirement for this assignment is the following: You must highlight (with a highlighting pen) at least one use of each of the required style properties in the listings of your HTML documents (so I can easily determine whether your work meets the minimum requirements).