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 trialTracey McEntyre-Schofield
Front End Web Development Techdegree Student 555 PointsWebsite testing I received a ton of errors on validator. Will this interfere going forward? Should i correct these now?
I received errors when I did the test on validator. I;m a bit confused what I did wrong.
4 Answers
Benjamin Larson
34,055 PointsIt depends on whether they are errors or just warnings. In most cases, you should try to eliminate any errors, even though it may not "break" the way the site displays in a browser. It ensures cross-browser compatibility and is a good coding practice to start early. Even if it doesn't break something in the way the site looks in it's current state, it could cause potential problems as you add to the page. The validator should give you helpful information to find those errors and fix them; often it's just a missing "/" or a misspelled tag.
Some warnings, however, may be okay to leave-- as Nick Pettit mentions in the video.
mamadou badiane
9,005 PointsPaste your code for a specific help
Tracey McEntyre-Schofield
Front End Web Development Techdegree Student 555 PointsThank you all!! I appreciate your time.
Christel Macabeo
4,619 PointsI was testing html, and received a bad value error for the code I copied from google fonts. Also, a warning to consider labeling a section. I agree with Benjamin, in that some errors or warnings are okay to leave.
Benjamin Larson
34,055 PointsBenjamin Larson
34,055 PointsAlso, if you have specific questions about the errors and cannot find what you did wrong, you'll have to paste your code for us to see.