Lab 5 - History with text style |
|
Lab 5 objective |
|
In this assignment, you will modify the plain lab 4, to add text styles. |
|
Build your web page |
|
Make a copy of your lab4.html page.
Name it lab5.html
|
|
Move all your styles to a css file |
|
It is good to have your Cascading Style Sheet (css) styles in a different page than yout html elements. There are many reasons for this; the most important is that it allows you to use the same style file with many web pages. Review in week 3 the section on External Styles with the example of External Styles given there. Make sure all your styles are within the style container in the head of your web page, ready to be moved to a new style sheet page.
|
|