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 HTML Basics Getting Started with HTML Headings and Paragraphs Challenge

i did what the video said and it still says i'm wrong, what do i do now???

index.html
    <title>expirenced vr</title>
 <H1> expirenced vr <H1>
    <P>VR reality is coming well known as a form of entirtianment,
but it is finding its way into feilds like education, industrial 
      design,health care and so much more.</P>

   <H2> latest vr articles </H2>
   <H3> How schools use vertuail reality to improve education</H3>
   <H3> the advanteges of VR simulations</H3>
   <H3> VR advanteges are that it gives kids phsical activity 
     and it can help the students to learn more and do more</H3>

1 Answer

Isaiah Duncan
Isaiah Duncan
3,241 Points
  1. No need to capitalize your tag names.
  2. You did not close your <h1> tag under your main headline.
  3. The challenge code looks different than what you have. They're looking for you to only add the necessary code to achieve the desired effect that the challenge is wanting you to create.