Define the head and body error

I am trying to complete the Define the Head and Body challenge. I have seen that others have run into problems with various errors as well, but none of the suggested solutions have worked for me. I have tried using Firefox, Safari, and Chrome. Safari tells me the the head needs to be the child element of the html tag, which it is. It will not pass me on the challenge. I have cleared cookies and cache. I have no extensions running.
Safari and Chrome will tell me I passed the challenge with this same code, but also say I appear to be offline and progress might not be saved (it is not.) Can anyone suggest anything else I may be able to do? It is driving me crazy that one of the simplest challenges shos incomplete. Thank you in advance!

Your code so far


<!DOCTYPE html>
<html>
<head>
<title>The best page ever</title>
</head>
<body>
<h1>The best page ever</h1>
<p>Cat ipsum dolor sit amet, jump launch to pounce upon little yarn mouse, bare fangs at toy run hide in litter box until treats are fed. Go into a room to decide you didn't want to be in there anyway. I like big cats and i can not lie kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff. Meow i could pee on this if i had the energy for slap owner's face at 5am until human fills food dish yet scamper. Knock dish off table head butt cant eat out of my own dish scratch the furniture. Make meme, make cute face. Sleep in the bathroom sink chase laser but pee in the shoe. Paw at your fat belly licks your face and eat grass, throw it back up kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
</body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0.

Challenge: Define the Head and Body of an HTML Document

Link to the challenge:

Yeah, your code passes for me. It sounds like you have done everything. I would recommend sticking with Chrome if that is what works - a lot of people have better luck with that.

I’m not sure about the “offline” thing. You might try logging out of your account and back in. Otherwise it might be some kind of a firewall thing - I don’t know I’m guessing.

But I think the challenges are not required for passing - just the projects. Just keep moving forward. If you need to, back out to the challenge list and move on to the next one.

Thank you. The code passes in both Chrome and Safari, but won’t save in either. I had moved on to complete the next couple sections, but that one section not having the check mark is irking me, haha. Thank you for the reassurance that it won’t hold me up later not to have the one completed.