What does the following CSS code snippet do?
#myID { color: black; }
Sets the text color of the element with the ID myID to black.
myID
Sets the background color of the element with the ID myID to black.
Makes no change.
Sets the border color of the element with the ID myID to black.