Lab 5 Goals
Learn about...
- how to apply CSS to HTML documents
- about font and text-related CSS properties
- how colors are defined and applied
- applying background images and patterns
Key Concept
Cascading Style Sheets (CSS) can be used define almost every aspect of an HTML document's visual presentation. The beauty of CSS is that all the pages of a logical website can share the same stylesheet, which allows a designer to change the appearance of many web pages by changing the code in one file.