Sample CSS Web Page

This web page illustrates how different style definitions work together to define how the contents of a web page should be displayed.

Style DefinitionUsed For
External style sheetAppropriate for setting styles that apply across multiple web pages
Internal style sheetAppropriate for defining style elements of a single web page
Inline stylesCan be used to address one element, but avoid whenever possible