This web page illustrates how different style definitions work together to define how the contents of a web page should be displayed.
Style Definition | Used For |
---|---|
External style sheet | Appropriate for setting styles that apply across multiple web pages |
Internal style sheet | Appropriate for defining style elements of a single web page |
Inline styles | Can be used to address one element, but avoid whenever possible |