element should be red. // tests completed
I removed the <> first and last to show the code
lesson is broken. I am scared to go on. What if I get a future error like this and I waste my time thinking it is my fault. I followed the lesson perfect. Tell me exactly what I did wrong or tell me it is your own broken lesson so I can go elsewhere to learn.
It looks to me like the problem is the style of the quotation marks, oddly. If I type what you have there myself, it works just fine, but if I copy/paste your code, it doesn’t work. The only difference between our code is the quotation marks.
My code:
Only lesson I have to do in HTML/CSS is Grid … everything else worked without a problem.
The Problem could be,
using browser addons
using a incompatible browser
doing something wrong in the exercise
having the wrong zoom level in the browser
By not styling your code correctly in this forum and not using the “Get Help” function in the exercise you delete a lot of information that can help us to help you.
Worked in google chrome. Thanks for the tip. Next time I will use the in lesson way to ask. Sorry again. And I will just use chrome for the lessons from now on. I was using dissenter browser with a dark screen reader active, I don’t like the brightness. Maybe that is it
No problem. Glad i could help. In the profile settings on the learn site you can choose “Night Mode” - that sets the page in a dark theme. A dark screen reader is a problem in a lot of lessons, I read.
You can restart the lesson and refresh browser. There are times when I have it perfect and it won’t go to the You Passed this test screen. I always restart the lesson and refresh the browser and usually it will work again.
When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.
It’s not a font thing, a font just styles characters in a given way. You are using are a different kind of quotation marks: you’re using different characters and those aren’t used by HTML, so they’re unreadable to the computer. If you are actually just typing ", then whatever software it is you are using is making the assumption that you are writing a quotation and replacing " " with “ ”. This could be a browser setting, an extension, etc. It’s normally called smart quotes (it’s a common thing, done automatically in word processer software for example).