<span>Educating children on unlocking their creative and intellectual potential through the world of Computer Science.</span>
Here is the HTML code provided above along with the corresponding CSS:
span { text-decoration: underline; color: red }
In the case that text-decoration
is considered a part of the foreground, how does the text-decoration-color
property have the ability to alter the color of the text-decoration
without affecting the font's color
?