External Style Sheets

External style sheets are incorporated into a web page with a <link> tag inside the <head> tag. The CSS style file used in this web page has the same rules as the "Div and Span Tags" example page. These rules are not embedded in a <style> tag.

selector {
sequence of declarations
}