<span>Teaching kids to reach their creative and intellectual potentials through Computer Science.</span>
Above is my HTML and below is my CSS:
span { text-decoration: underline; color: red }
If text-decoration
is considered part of the foreground, than how can the text-decoration-color
property change the text-decoration
color without changing the color
of the font?