For this code, what is the font color of the hypertext link?

Advertisement

ul {
–color: red;
}
p {
color: var(–color);
}
a {
color: var(–color, orange);
}
<p>Paragraph</p>
<ul>
<li>
<a href=”#”>list item a link </a>
</li>
<li>list item</li>
</ul>

  • red
  • orange
  • blue
  • black
Join our list

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.

Leave a Comment


Share via
Join our list

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.