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 Introduction to HTML and CSS (2016) Adding a New Web Page Write the HTML

Problem with Resume.html

When i was making my resume.html It loaded with out a problem but i saw that my 2 lines from the the video <1h> and <2h> Are displaying on my resume how do i fix it ?

Raffael Dettling
Raffael Dettling
32,999 Points

Can you link as your workspace or show us the code so we can tell ^^

So I don't really know how to link my Workspace but The this is where i'm having problems

<img src="https://placeimg.com/200/200/animals" alt="Image of animals"> <1h>Hristo Stoyanov, Web Developr</1h> <2h>Summary of Qualifications</2h>

2 Answers

Raffael Dettling
Raffael Dettling
32,999 Points

Oh if you want a h1 and h2 heading use <h1></h1> <h2></h2> instead of <1h> and <2h>

Thank you so much i just found my mistake Thank you a lot.

You have to use <h1></h1>, <h2></h2>.

i guess <1h> and <2h> doesn't work.

Regards