It keeps telling me the link element is not closed but it already has a /
I don’t understand. What should I do?
This is the indication:
Within the head, nest a meta element with a charset of UTF-8, a title element with a title of City Skyline, and a link element that links your styles.css file.
There’s nothing wrong with your code.
Do you have any browser extensions enabled?
These can interfere with the tests, so disable all browser extensions.
Also, try resetting the lesson and reinputting the code, or reload the page with CTRL+F5 and try resubmitting.
Failing all else, try using a different browser.
OMG it worked!!! I did everything you said, reload the page, resettled the lesson and nothing worked until I changed a different browser, there I realized It was probably chrome and the extensions I had there so I unenabled all of them and it worked.
Thank you so much! I never would’ve been able to solved it without your help, really appreciate the help. Thanks
No worries - the problem with browser extensions is that they can inject additional HTML/CSS into the page, which is absolutely fine except that it can make FCC’s tests fail for HTML/CSS-based challenges.