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 trialvinay prajapati
Courses Plus Student 1,140 Pointsmy ans is write but it show error
sir check my ans
<!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>© vinay</p></footer>
</body>
</html>
2 Answers
Jeroen Augustinus
Front End Web Development Techdegree Student 5,931 PointsI 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
Courses Plus Student 15,596 PointsHi Vinay, what's the error you are getting? your code checks out fine.