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

Help on html blog site?

I run a sneaker blog site through blogger and I have encountered errors in my site such as missing "H1" tag and language meta description. I'm fairly new to html and I haven't gone through lessons in treehouse that can help me solve those.

My blog site is topsneaks10.blogspot.com and if you could help me out with these errors I would really appreciate it.

Thank You

5 Answers

justinw
justinw
14,517 Points

Lanz Ceniza I use this link: "http://validator.w3.org" to assist with broken lines of code on my site and others. It's a great resource to find all of the issues or missing tags that you may have. Give it a shot!

Heres one: Line 716, Column 170: Attribute imageanchor not allowed on element a at this point. …"margin-left: 1em; margin-right: 1em;"><img alt="Reebok Question Mid “Aq…

Justin Witz but how do I fix them?

Thanks for you time.

James Barnett
James Barnett
39,199 Points

Lanz Ceniza - Whenever my CSS isn't doing what it's supposed to do I double that my HTML is actually valid by using [HTML Lint](lint.brihten.com/html/).

Justin Witz - For HTML5 validation you should use the nu engine validator available at http://validator.w3.org/nu/. The old validator only was experimental support for HTML5.

James Barnett - Here is an example of my first error but is the top part how you correctly write it?

Line 12: Tag names must be lowercase < data:blog.pagetitle/ > 12: < title >< data:blog.pageTitle/ ></title>

justinw
justinw
14,517 Points

Lanz Ceniza you can fix these items in a text editor like Coda2 or Sublime Text (what Treehouse uses).