| Introduction |
Today we are going to cover:
|
||||||||||||||||||||||||
| 1. Styling Links |
Follow instructions from Monday's Basic Styles exercise. |
||||||||||||||||||||||||
| 2. Styling Lists |
Read Castro chapter x p
Preview in Netscape. This looks cool but the nested list has the same bullet.
We now have separate bullets for both levels of the list. |
||||||||||||||||||||||||
| 3. Adjust width heading boxes |
It would be nice if we could get <h2> boxes to be the same width as their text.
Woops - looks like we have the same situation as we had when we did align="left" on a graphic image. Q 2 : How can we fix this problem? Now add the appropriate tag and attributes under each <h2> heading. |
||||||||||||||||||||||||
| 4. Create a “pull quote” |
Create a “pull quote”. Using <div> and style class. It would be nice to make a pull quote for the Marcel Garvey picture and have the caption and quote go directly underneath. Firstly we need to add a container around the image and text that just applies a style and does nothing else. We'll use the <div> tag to do this. Remember that this is a block level tag and so has a clear box around it.
|
||||||||||||||||||||||||
| 5. Save styles as external stylesheet |
|
||||||||||||||||||||||||
| 6. Use external stylesheet |
|
||||||||||||||||||||||||
| 7. Blog work |
|