What effect does the following CSS have?
span { text-decoration: underline; }
Makes the text within span elements italic.
span
Has no effect.
Underlines the text within span elements.
Strikes through the text within span elements.