Basic Selectors HTML & CSS

Hello.

I can’t get the google text to go orange in basic selectors lesson. Can someone help me please?

in styles.css

it has the below code. ( I can only upload one image per post…)

a[href=“https://google.com”]
{

color: orange;

}

I don’t see any reference to your stylesheet anywhere in your html. You must apply the style in some method (usually, by including it in a .css file and referring to it with a link tag in your html document).