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!
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
JULIUS DANILEVICIUS
4,626 PointsValidator found error.
Error: Bad value https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic,800|Exo:800 for attribute href on element link: Illegal character in query: not a URL code point. From line 8, column 5; to line 8, column 140
css">↩ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic,800|Exo:800' rel='stylesheet' type='text/css'>↩ <
Syntax of URL: Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
https://validator.w3.org found error. But in tutorial it is same code and there everything is ok. Where is the problem?
1 Answer

bothxp
16,510 PointsHi,
Take a look at: https://teamtreehouse.com/community/invalid-html
"The validator is complaining about the | symbol. To get your html to pass change | to %7C"