What color is the background?

Which set of styles will prevail?

  1. Inline style ⇒ darkolivegreen background
  2. Internal style sheet ⇒ lightseagreen background
  3. External style sheet ⇒ steelblue background

Try to change the background color of the <body> by removing the different types of styles.

What happens if you move the <link> element below the <style> element in the <head> above.

The <head> styles are set according to which is listed last- since the internal styles are listed after the <link> element, those take precedence.

View the external stylesheet