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

jes cahn-thompson
seal-mask
.a{fill-rule:evenodd;}techdegree
jes cahn-thompson
Front End Web Development Techdegree Student 6,719 Points

validation output error

i ran into an issue on step 9 of website testing in responsive web design. when testing my code at validator.w3.org, i received an error message associated with line 7 columns 142 and 15. here's my code.

<link href='http://fonts.googleapis.com/css?family=Changa+One|Open+Sans:400,400italic,700,700italic,800' rel='stylesheet' type='text/css'>

anyone know what's going on here?

2 Answers

Your code is not showing up on your post, see if you can edit it and try again.

Hm, have you put the code in three backticks? (```html, put 3 at the end of the code as well) That gives it the example HTML format. If you already have, then take away the backticks, see if that changes anything.