Even after I wrap the elements, I still get notified that there is an error

Tell us what’s happening:

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 (Linux; Android 7.0; TECNO K7 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36.

Challenge: Define the Head and Body of an HTML Document

Link to the challenge:

Hi @Elikplim. Your code passes for me on chrome. If you are using a different browser try submitting using chrome.

1 Like

I use chrome , but doesn’t work for me

Many people have reported similar problems. Try any one or all of the following:

  1. Updating the browser to the latest version
  2. Resetting the challenge and submitting again
  3. Disabling browser extensions if you have them installed

I can’t really find the cause of test failure… but if nothing works, try writing </head> on the next line of title… I can’t suggest any other solutions​:laughing::laughing:

You didn’t close you head tag. Close the head tag with after your title tag

I am not getting anywhere