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 HTML Introduction Global Structure: Part 2

Alicja Fratczak
Alicja Fratczak
1,017 Points

I'm using the TextEditor app on mac and my changes aren't showing, it shows up as plain text on the browser. what wrong?

This is what I'm typig. When I open the file in safari, it shows exactly as that, instead of actual code. Am I saving the file incorrectly?

<!doctype html>

<html lang=β€œen”> <head> <meta charset=β€œutf-8”> <tittle>Alicja’s Page</title> </head> </html>

1 Answer

Mari Johannessen
Mari Johannessen
12,232 Points

Hi! You need to complete a couple of steps in TextEdit so it can interpret the HTML. Check out the guide here: http://computers.tutsplus.com/tutorials/quick-tip-configure-textedit-for-coding-html--mac-44786

(Also, you've spelled 'title' with two t's, so remember to change that as well) :)