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

HTML structure question 4 it says to put paragraph between body tags. Did that keep getting same response

I have been at this one question for three days I have coded it every way possible. The only thing I can think of is its a glitch because it keeps erasing my first three questions as I'm Working on the fourth question. Help I need the answer to the fourth to see if tis me or you . Thank you!

index.html

8 Answers

Garret Witzenburg
seal-mask
.a{fill-rule:evenodd;}techdegree
Garret Witzenburg
Front End Web Development Techdegree Student 6,161 Points

Make sure to put the paragraph tags inside the body element, and then the paragraph "My first paragraph" in between the paragraph tags. It should look something like:

<body> <p> My first paragraph! </p> </body>

Still stuck between paragraph needs to be between <body></body>.Any help would be most appreciated.

Still stuck between paragraph needs to be between <body></body> .Any help would be most appreciated.

Garret Witzenburg
seal-mask
.a{fill-rule:evenodd;}techdegree
Garret Witzenburg
Front End Web Development Techdegree Student 6,161 Points

Here is what I put in:

<!DOCTYPE html> <html> <head> </head>

<body> <p> My first paragraph! </p> </body> </html>

It passed just fine. could you post what you are writing for your code?

<html><body><p>my first paragraph!</p></body></html> says paragraph needs to be placed between the body

                    <p>

<html><body>My first paragraph!</body></html> same thing paragraph needs to be placed between the body
</p>

<html><body><P>"My first paragraph"!</p></body></html>

its cutting out all the code i'm writing

<html><body><P><"my first paragraph!"></p></body><html>

Garret Witzenburg
seal-mask
.a{fill-rule:evenodd;}techdegree
Garret Witzenburg
Front End Web Development Techdegree Student 6,161 Points

OK, if it is just showing the first paragraph tag, then after that tag you need to write "My first paragraph!". Then write a closing paragraph tag that is still inside the body elements.

i don think this challenge is working properly because i have done as they said and nothing happening

I can't do this last one my first paragraph? Anyone can't do correct answers please thx