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 trialRakin Munjid
2,050 PointsWhat is <h1>
Also how do i learn what to use to write codes like which signs to use,what to write etc.
1 Answer
Andreas Frost Nordstrøm-Hansen
2,443 Points<H1> and <H2> and so on is a heading used for making text become different sizes of headlines.
try http://www.w3schools.com/ isa good source to learn.
Otherwise follow along the videos of creating a website :)
Good luck!
Ramiro Videla
3,335 PointsRamiro Videla
3,335 Points<h1> is use for the main title in your html page, is the bigest title ou can put in the page, then goes <h2> then <h3> and so on, and it goes in the body section. you have to close it with </h1>.