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

Don't pass the validation process

Hi,

So I went to validate my website on the validation website but it says there are three errors wrong with my html. I can't figure out where the issues are. I screen shot the error messages. Can I send it to someone for help?

You can post your screenshot here if you want. Look at the "Markdown Cheatsheet" link below to see how.

Post the errors messages..so we can guide you. :)

To post a screenshots you'll need to upload the image to the Internet.

One of the easiest ways to do that is to use an image hosting service like imgur.com.

Now you just need to link to the image in the forum using markdown ![alt text](http://example.com/path/to/img.jpg "Title")

5 Answers

Sydney Stevens -

According to this validator it's currently showing 2 errors.

  • Line 10: The attribute is viewport not viewpoint
  • Line 15: Every <img> requires a alt attribute, so you can add in alt="" to your <img> element

It wont let me attach it anywhere. I don't understand the Markdown sheet

My website is live. sydneyestevens.com can you figure out the issue there?

Thanks my google font still is leaving me with an error. Should I change the font?

The issue is with the Google Web Font URL.

The | character is invalid in a URL, so to encode the | character change it to %7c

source: http://stackoverflow.com/a/22469221/1756132s

Or you can put the 2 fonts separately in two links.