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