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 trialMichael Brady
269 PointsHtml file in Textedit appears to be text only?
Do we have to enable html tagging?
File extension is .html but my tags are no changing color and appear to have the properties of plain text.
2 Answers
Gildo Santana
3,184 PointsHTML is plain text. What you want is a feature called syntax highlighting. It doesn't add any formatting to the text, it just displays it in a manner good for the human brain. I don't use a Mac, but, as Nathan said, I believe TextEdit is a simple text editor pretty much like Notepad on Windows, which doesn't have syntax highlighting. A text editor is a very personal choice, I personally like Sublime Text. Aptana Studio is an IDE-like editor great for web development. Perhaps you should try Komodo Edit also.
Nathan Newell
7,634 Pointstry something like Notepad++ as it is a source code editor. I think Textedit is just a text editor, I may be wrong.