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

Lex Phumirat
Lex Phumirat
5,603 Points

HTML and WorkSpace

I'm pretty new to HTML and CSS, and was wondering about the workspace that is used within treehouse.

In the real world, is there a program that is like the workspace used to follow along. I'm used to using notepad and making simple HTML stuff. But with workspace keywords pop up while typing code which really helps.

thank you for anyones help.

3 Answers

Franciscus Agnew
Franciscus Agnew
23,097 Points

Hello Lex,

Yes, there is an extensive list of editors that will allow you to edit code for different languages with syntax highlighting and keywords pop-ups or what's more often referred to as code completion. The one I use most of late has been Sublime Text 3, but I have also used both open-sourced and paid for editors like Notepad++, Adobe Dreamweaver, and Coffee Cup.

Try Googling "Best Html Editors", then check out the results and tryout the editors that's listed. In the end the only thing that matters is which tool you feel the most comfortable with and get the most productivity out of. Please let myself and other users know if this solution helped by clicking on the number roll-out alongside this post.

Good Luck,

Franciscus

Lex Phumirat
Lex Phumirat
5,603 Points

Great thank you very much, this helped a lot!!

Frank Ruiz
Frank Ruiz
15,558 Points

I have seen people also mention Brackets if you haven't checked it out yet.