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 trialRafic Faraj
3,008 PointsCoding
. i wanted to know if i wanted to code html and css where can i do it beside this workspaces in treehouse .
4 Answers
Jason Anello
Courses Plus Student 94,610 PointsHi Rafic,
You can do it online at sites like codepen and jsfiddle
These are known as online playgrounds. You have panel areas where you can put your html, css, and javascript and then there's a result area where you can see the results. These types of sites differ in features but it's all the same general idea.
You can also develop locally on your own computer. You'll need a text editor to create the html and css files and then you can simply point your browser to the html file and you'll be able to see the results the same as when you click the preview icon in workspaces.
Make sure that you get a text editor and not a word processor. Sublime text is an example of a text editor. Notepad and Notepad++ are also examples of text editors on windows. They are not as fully featured as something like sublime text is.
Doing it locally will be a closer experience to how workspaces works than those online playgrounds I mentioned first.
The online playgrounds are convenient if you want to test something out real quick or if you want to share something you created.
Joe Schultz
6,191 PointsYou can use a text editor for coding. I recommend Sublime Text.
Alexander Davison
65,469 PointsHere's a couple really good text editors that you can use to code on your own computer:
- Sublime Text
- Brackets
- Atom
- TextEdit (I don't recommend using this but if you have a Mac this is built-in to your computer)
- Notepad++ (I also don't recommend using this too but on Windows this app it built-in to your computer)
nfs
35,526 PointsActually "Notepad++" is not built-in to windows rather "Notepad' is. Other than that I completely agree with you, Davison.
Muhammad Khan
Courses Plus Student 8,772 PointsVisual Studio Code (VS Code) is also a very good text editor that can be used.