Restart the step and follow the instruction:
“Note: Some browser extensions, such as ad-blockers and dark mode extensions can interfere with the tests. If you face issues, we recommend disabling extensions that modify the content or layout of pages, while taking the course.”
ad blockers are off. all modes are off. i have rewritten it a few times over. it did the same with the previous project’s last step. i tried 100 times over until it worked i wrote the same code over and over until it passed using exactly the same code .
I’ve edited your code for readability. 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.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
You html opening tag is missing a closing bracket and your attribute and value is missing the equals sign it needs to validate.
The html opening tag you first posted was correct but had extra unseeded spaces between characters. You need to use it with the closing tag you wrote here.