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 trialMuhammad Ishaque
1,658 PointsHow to write inside the body element?
I am confused how to write inside a body element.
Muhammad Ishaque
1,658 Pointswhat is the next course after the HTML structure course?I AM taking the course for the web designing
4 Answers
Autumn Silvers
2,995 PointsThe body is where you put the front end html. For example:
<body> <h1>HEADER</h1> </body>
Muhammad Ishaque
1,658 PointsI replied in the same way but still it denies and says you have to add <p> tag between the <body></body> tags elements. when I add the <p> tag it says write in between the <body></body> tags, I am still confused.
Tresean Adam
6,216 PointsHey Muhammad,
Hopefully this helps you out.
<body> <h1>First Header Here</h1> <p>Paragraph begins here</p> </body>
Muhammad Ishaque
1,658 PointsI have tried this options as well but it didn't work
Muhammad Ishaque
1,658 PointsMuhammad Ishaque
1,658 PointsStill it says paragraph needs to go between the <body></body> tags. I am still confused.