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!
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
Darrell Brown
Courses Plus Student 1,288 PointsHow can I practice doing what Nick Pettit taught about HTML... without buying a domain name?
Can I do this in WP(WordPress)?
If so, where exactly?... .org? ... or, .com? Please help me guys...
Thanks
4 Answers

nikoxyz
10,419 PointsYou can create HTML files in text editors (like Notepad in Windows or Text Editor in Mac OSX). I use an open source software called Brackets because they color code elements, and automatically close tags and brackets in the HTML.

Darrell Brown
Courses Plus Student 1,288 PointsThanks for being really specific, and telling me more details. Also for the Brackets reference. =) Niiiiice

Toby Vane
8,455 PointsHey Darrell, You should be able to open your index.html file in a browser window and view it that way without having to buy a domain name. I think you can double click or drop and drag...

Darrell Brown
Courses Plus Student 1,288 PointsThanks for your help.

Jonathan Söder
7,428 PointsHi,
yeah, like everyone else says, you can practice it "offline" if you so want. Just double click your index.html and it should open up in your default browser.
I always work on my websites offline and upload them at a later stage.

Darrell Brown
Courses Plus Student 1,288 PointsThanks for your help!

Sebastien Thiroux
11,474 PointsLike Toby said, you can always drag an html file to a browser window to see your work. If you want to use WordPress, you will need to create a local server on your machine using a tool like Mamp/Wamp or Server Press for example.
Hemant Kumar
870 PointsHemant Kumar
870 Pointsyou can practice your code in directly in your localhost server without buying a domain.