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 trialMelanie Blazevic
5,329 PointsI'm not sure where to place the <h1> tag
I can't figure out where to place the <h1> tag
Kristopher Van Sant
Courses Plus Student 18,830 PointsHey 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
1 Answer
Angela Visnesky
20,927 PointsIn this challenge, the h1 tag goes after the opening body tag and before the closing body tag. Hope this helps!
kibsaim hernandez
3,159 Pointskibsaim hernandez
3,159 PointsNormally 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