What does this code do?
div span { color: green; }
Changes the background color of span within div to green.
span
div
Changes the text color of span within div to green.
Changes the text color of all div and span to green.
Changes the border color of span within div to green.