Tell us what’s happening:
Describe your issue in detail here.
I am having issue passing this level, i did what is right and it keeps telling me to add link within head!
Hi!
The error is a little misleading. This is the line of code that needs fixing. The html element should wrap around all other code except the doc type declaration rather than open and close on the second line.
Next time please copy and paste your code into a reply instead of posting an image of your code. It will make it easier for people to check the code for issues.
Also if you want to reply to someone directly so they will be notified of your reply, please press the button marked ‘reply’ with the left pointing arrow on it.
You have two html closing tags now. You should only have one closing tag per html element. Delete the html closing tag on the second line of code and your code should pass.