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 Body, 1st level headline, and style tags

Melanie Blazevic
Melanie Blazevic
5,329 Points

I'm not sure where to place the <h1> tag

I can't figure out where to place the <h1> tag

kibsaim hernandez
kibsaim hernandez
3,159 Points

Normally the h1 tag is for a heading title . Just put where ever you want a title like this.

<h1> This is the h1 tag</h1>

Inside your html I wrote the html for you but doesn't show it

Kristopher Van Sant
Kristopher Van Sant
Courses Plus Student 18,830 Points

Hey kibsaim, checkout the markdown cheatsheet(which shows up when you're writing a comment or answer) when you have time. In order for your code to show up you need to add three back-ticks ``` before and after your code.

Here's a couple of markdown guides as well....

https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet

https://help.github.com/articles/markdown-basics/

1 Answer

Angela Visnesky
Angela Visnesky
20,927 Points

In this challenge, the h1 tag goes after the opening body tag and before the closing body tag. Hope this helps!