Larger Text
Normal Text
Smaller Text
IT 280 Web Development II, Spring 2008
Lab/Homework assignment 2
For this exercise, make copies of the following documents
The HTML is already completed. DO NOT CHANGE OR ADD ANYTHING IN THE HTML DOCUMENT. You will need to study the HTML source code to decide how to write selectors.
Your task is to add rules to the style sheet. Open your copy of the stylesheet file Crimson Editor (or other editor of your choice) so you can modify it. If you prefer to work directly on wyrd.hood.edu, that is fine.
The IT 180 class site has a short summary of some common style properties.
- The headings should be in Times New Roman or other serif font
- The first paragraph in the first three sections (headed by h2) should
- be 120% of normal font size
- have its first line in italics
- Have its first letter bold and sized 200% of normal
- The Latin words in the sections above the horizontal rule (though not those in the lists below that line) should be in ITC Zapf Chancery or other cursive font.
- The highest-level list should have
list-style-type: upper-roman.
- The second-level lists should have
list-style-type: upper-alpha.
- The third-level lists should have
list-style-type: decimal.
- Anchors in paragraphs should be red
- Anchors in lists should be green
- All anchors should have a yellow background color when you hover over them
Reminder: Do not add anything to the HTML, including class attributes. IDs, or inline style rules.
Deliverables
- The HTML document, uploaded to your IT280 directory on wyrd
- The external CSS file, uploaded to your IT280 directory on wyrd
- Links to the two files, added to your IT 280 Table of Contents page
- Copies of the two files, attached to the assignment submission on Blackboard.