*********Quiz questions for this week*************
1)
Using CSS, I would use the following code to make make my links black & without underlines:
a:link{color:#__________; text-decoration: ________________; }
2)
______________ is the Hexadecimal code for the color yellow.
3) I want to make my background color gray, what's missing from the following code?
body{_____________:#CCC_________}