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 software

Is there any nice software I can use to practice html free or paid?

Teacher Russell
Teacher Russell
16,873 Points

Are you just looking for a text editor to practice writing HTML in? I started with Notepad++, but have been very happy with Visual Studio Code, after some time coding. You can download most of them for free, and many of them have room for you to grow in and many nice features. Other popular text editors are Atom, Sublime Text, and there's a place called Codepen where you have an account and can post html, css, and Javascript for other to see, as well as look at code others have written. Does that help? VS Code is without a doubt my favorite text editor.

1 Answer

Steven Parker
Steven Parker
231,059 Points

The Workspaces here in Treehouse are pretty nice.

And my favorite free online resource for practicing with HTM, CSS and JavaScript is Codepen.

There are also many free IDE's you can download and use on your own system, like Visual Studio Code.