I need to give color to <a>
. My code is:
<p id="first">
Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications.
<a href="https://www.w3schools.com/html">Click here</a> to learn more about it.
</p>
I need to apply a color to each anchor using CSS.