270 assignment 2: CSS       jbwyatt.com

SIMPLEPLUS: Style Your Pair of Linked Web Pages Using CSS

0. Come to class as there may be corrections, changes and additions.   Significant late penalty per day.
1. Using Notepad++, create a web page.
2. Follow these directions to SUBMIT a folder called "SIMPLEPLUS" to your class account
3. Comment! (guidelines)
4. How things are graded




Copy the SIMPLE folder and rename the new folder SIMPLEPLUS
Style the last assignment, MAKING THE CONTENT WORTHY!
Remove html formatting tags (font, b, i, etc...)

In "a1.html", use CSS styles including both
    inline css
    an internal style sheet
In "a2.html", use CSS styles
    using ONLY an external style sheet

Include the following CSS:

    A background image or a background color (image(s) uploaded to YOUR account).
    Text styles.
    List styles.
    Link styles.
    A styled image.
    A div element styled as a box model with MBPC
    Float two div elements side by side
    A 'div' with a class. Use the class in more than one place.

    A favicon.

Make the html validate! (include validation label)

VALIDATE your html pages as xhtml 1.0 transitional.    SEE: headers for validation | Web Developer   |   W3C Validator

BONUS: Make the css validate! (include validation label)


valid xhtml 1.0