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