Example of an Internal Style Sheet

The h2 heading above receives its style from the internal style sheet embedded in the head section which overrides the external style sheet referenced in the link tag in the head section

The inline style attribute of the element below below overrides the embedded style sheet in the head section

Example of an Inline Style Attribute

The text of this paragraph is colored by an external class rule that cascades in from an external style sheet via the link element in the head section.

For more detailed information on this page's use of CSS, view its source code.

PATH: Instructional Server> Internet> Examples>