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