Part 1: Practice

  1. Add this code to the style tags at the head of the file.
    1. body {background-color: red;}
  2. On the body tag, add this attribute.
    1. style='background-color: blue'
  3. What color is the background?