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 trialBrice Franks
1,488 PointsHow do I fix these errors from the validator? Do I need to fix them?
The w3 schools gave me an error when I validated my index.html. I'm not sure how to fix this...here is a copy below.
Error: Bad value https://fonts.googleapis.com/css?family=Changa+One|Open+Sans:400i,400i,700,700i,800 for attribute href on element link: Illegal character in query: | is not allowed. From line 6, column 5; to line 6, column 134 css">ā© <link href="https://fonts.googleapis.com/css?family=Changa+One|Open+Sans:400i,400i,700,700i,800" rel='stylesheet' type='text/css'>ā© < Warning: Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections. From line 28, column 7; to line 28, column 15 r">ā© <section>ā©
2 Answers
Ken Alger
Treehouse TeacherBrice;
Google Fonts statements like those will throw errors in the W3C validator. Nothing to worry about.
Ken
Brice Franks
1,488 PointsThanks!