Head and body of an html

Tell us what’s happening:
i have done everything…what could b the problem please

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 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36.

Challenge: Define the Head and Body of an HTML Document

Link to the challenge:

1 Like

Hi @gidoski. Your code passes for me.

Is there any tests showing as failed?

Do you have any ad blockers, dark mode extensions, unused extensions, etc.? Try disabling it from your browser. If that doesn’t work, try using other browsers (Chrome).

One thing I noticed is that there is an extra space after the jump in the p tag. Perhaps that’s the issue?:

1 Like

thanks for the reply. the extra space isnt an issue…below is what am told to fix

The head element should be a child of the html element
The body element should be a child of the html element
The head element should wrap around the title element
The body element should wrap around the h1 and p element

1 Like

Did you try it???

1 Like

i dont really. presently am using chrome… could you try it out in yours please

1 Like

I just copy pasted your code on the challenge and it passed. So, it’s pretty sure the issue with your browser. Try changing it.

2 Likes

Why should I do it?

Try changing your internet connection. That will change your IP address and might solve the issue.

Yes. That’s true.

1 Like

great… thanks alot. am using chrome actually. ill try using mozilla

1 Like

Tested it in opera, it passed.

2 Likes

alright sir. Thank you

1 Like