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).

If I am understanding what you are asking, you want the text for Google.com to be orange.

Your HTML has no sytle tag, add the sytle tag under the “Title” then add your styling, im new to this to just trying to help where I can.

Hope this is helpful.