Activity 302: Learning about CSS
October 19, 2010
So How do we use CSS?
Firstly in the HTML file, you must declare the CSS style sheet as a link. You can declare mutliple CSS sheets and say which one is the main one.
Secondly in the CSS file, the syntax is relatively simple. Any tags you want to overide you keep in a {}. Within the {} you can change things like text colour, background, size etc.
Advertisement