Lesson plan - for my next lesson with Aileen
- Change the Backgroup colour by amending the "body" tag, using css
- Show how to create a separate css file
- Create a Web Page of nested "div" tags. Define a different class
for each div and ensure that class contains a border defined using the
"padding" operator and its own unique background colour, using the
background-color operator
- Create a simple Definition List. If you cannot think of anything else
to use a definition list for take a few lines out of the
MIT version of Hamlet
- Show how CSS can be used to change the font associated with the DT tag,
by amending it in CSS using font-size and font-weight,
Remember: an appropriate "unit" for font-size is pt,
for example: "font-size: 20pt;"