This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Scott Ashby
over 9 years

Hey Guys. Need help on Build your own website 4/6

Here is my work:

<!DOCTYPE>
<HTML> 
 <title></title>
  <head> 
       <h1> Welcome </h1>
       <h2> Thanks for having me here</h2> 
  </head>
  <Body> 
      <p>My name is Scott</p>
      <p> I am learning  </p> 
      <p> slowly but surely </p> 
    </Body>
    </html> 

When I save and submit it is telling me to “Make sure your </head> tag comes before your <body> tag”

Which i’m pretty sure that it does right??

Answer 542cec86631fe95b510028aa

1 vote

Permalink

I get the same thing. “Make sure your tag comes before your

points
over 9 years

Answer 543d71b680ff33264e000ce9

0 votes

Permalink

Hi Scott,

There shouldn’t be any h1, h2 etc elements in your <head> ... </head>, the only thing in there should be a <title> ... </title>.

Those capital Bs on body might be making the code checker unhappy too – maybe, I didn’t test that part.

points
Submitted by Judy
over 9 years