Which choice will not set all links that include domain.com to pink?

Advertisement

  • a[href$=’domain.com’] {
    color: pink;
    }
  • a[href=’*domain.com’] {
    color: pink;
    }
  • a[href*=’domain.com’] {
    color: rgb(255, 155, 155);
    }
  • a[href*=’domain.com’] {
    color: pink;
    }
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.