COMP 313 Assignment 3
Points: 30 Due Date: Thursday April 21, 2005
There are several CSS properties I want you to practice with.
- First, I want you to change the font size for the entire page to 1.5 times the
current size.
- Second, change all the links inside list items this one so that they are NOT underlined.
- Third, cause a paragraph to slide over to the right side of the page, and
its width should be 300 pixels.
A second paragraph should appear on the left side. The second paragraph should have a grooved border around it.
The second paragraphs width should be 250 pixels.
- Last, create a class that can be used on a tag to change the background color of the contents of the tag to yellow and the text color to red. In addition, the font should be italicized.
In this example, I used it around a single word, but you could use it on a paragraph if you want.
This link
was in a LI tag above, but IE doesn't work correctly for the solution to the second part.
So the link in the LI above should not be underlined, but the link in this
paragraph should be.
ALso, the font in the image below doesn't look very big. I had to shrink the fonts so the image would fit on this page better.
All the CSS code should be written in a <style> section as classes or tag selectors.
You shouldn't need to use any HTML attributes to accomplish this.
You can use this file as the base file and add the CSS classes to it or you can create
your own HTML file.
Here is a sample of what it might look like.
Deliverables:
Preferably you will put it in the eCollege dropbox for this assignment.
You can also email me the html file or a link to the file.
Notes
ASK if you have any questions.