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 Treehouse Club: HTML Publish a Story HTML Structure

Amy Fernandez
Amy Fernandez
702 Points

so apparently i keep doing the paragraph code between the body and it still wont accept. can anyone help

Your paragraph needs to go between the <body></body> tags.

and i keep fixing it. someone give me a cheat

index.html
<!DOCTYPE html>
<html><head> hello </head></html>
<html><body> people </body></html>
<body><p>my first paragraph!<p></body>

1 Answer

ahabsgoodleg
ahabsgoodleg
18,509 Points

Your paragraph's end tag is missing its forward slash.