Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML How to Make a Website HTML First Use HTML Elements

my ans is write but it show error

sir check my ans

index.html
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>index</title>
</head>

<body>
  <h1>hi</h1>
  <h2>how are you?</h2>
  <header>
    <section>
      <p>jkl jkl</p>
    </section>
  </header>
<footer><p>&copy; vinay</p></footer>
</body>
</html>

2 Answers

Jeroen Augustinus
seal-mask
.a{fill-rule:evenodd;}techdegree
Jeroen Augustinus
Front End Web Development Techdegree Student 5,931 Points

I just looked at the challenge assigments and it looks like you added a few things that are not needed, try to delete the h1,h2 and p elements and see if that helps as it doesn't ask for those in the challenges.

Michael Afanasiev
PLUS
Michael Afanasiev
Courses Plus Student 15,596 Points

Hi Vinay, what's the error you are getting? your code checks out fine.