Instructions For Worksheet #7
Alice does an encore for Worksheet #7 — Page #34. I have modified the HTML code as follows:
- The two
<div>s have been assigned classes: "style1" and "style2." - The five
<p>s have been assigned classes: "style1" through "style5." - All quoted material has been assigned to the class "quote."
- There is at least one
<em>in each ofp.style1, p.style3andp.style5.
Do This:
- Put a border around each
<div>. Make the borders differ in at least one respect. - In
p.style1, color all quotes green. HINT: Remember that "quote" is a class. Give each<em>a background of#ffc8d0. - In
p.style2, color all quotes purple. - In
p.style3, give each<em>a light blue background. - In
p.style5, color all quotes red. Give each<em>a background of#ffc8d0. - Do something about those unpleasant-looking heading things at the top of the page.
- Save your work as "wksht07.html" or "wksht07.htm" — NOT as "pagec_34.html". Display and fix any coding errors. Use the Checklist.