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 trialHristo Stoyanov
Courses Plus Student 419 PointsProblem 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 ?
Hristo Stoyanov
Courses Plus Student 419 PointsSo 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
32,999 PointsOh if you want a h1 and h2 heading use <h1></h1> <h2></h2> instead of <1h> and <2h>
Hristo Stoyanov
Courses Plus Student 419 PointsThank you so much i just found my mistake Thank you a lot.
Kerry Sampson
1,138 PointsYou have to use <h1></h1>, <h2></h2>.
i guess <1h> and <2h> doesn't work.
Regards
Raffael Dettling
32,999 PointsRaffael Dettling
32,999 PointsCan you link as your workspace or show us the code so we can tell ^^