Lab 5 Goals

Learn about...

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.

Files

bistro.html — Formatted and styled webpage with CSS

lab5.html — Lab 5 Questions styled with CSS

menu.html — First webpage I styled with CSS

Back to Projects