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 Basics Going Further with HTML Root-relative Paths

Not sure how to access a "server"

How do I access a server on Windows? I've never done anything like this. I found something called "command prompt" which was a black screen when I searched "terminal" on my search tab next to my start tab. Is this what the video is talking about? I'm lost?

3 Answers

I Dilate
I Dilate
3,983 Points

Hi Bridget,

It's unlikely that your computer is set up as a server - by default it won't be. Although it's possible to create a server environment on your computer, all of the lessons and code challenges within Treehouse can be run from the Workspaces feature here. You won't need to install any special software to get started with HTML.

When you create a website, it must be hosted on a server - a dedicated computer that "serves" the content to client computers (anyone that visits your site). I think the lesson you've been doing explores the way you can navigate around a server from the code you're writing on an HTML page. You can use Workspaces for that.

Terminal on your Windows PC is just a command-line style interface that gives you access to the same functionality that you get when you use Windows through its normal graphical interface - it's just a text-only route. You probably aren't going to need anything in Terminal for a while yet.

That's not the most technical definition - but I hope you get the idea.

Understanding some of these concepts might be a little confusing at first, but I really hope you persist, because when you get a basic understanding then things will fall into place quite quickly.

Stick with it - it'll pay off!

Good luck =) Rich

Rico Suhanta
Rico Suhanta
831 Points

Do we need to run a web server while create HTML on editor like atom? i thought its as simple as you code and preview on the browser. I know after all the code is done we use server to put all the folder and code in the "external" PC. But on the video why do we need web server as a localhost? don't we just preview it from the editor?

if we wanted to get a server started so we get work with sublime text 3 and chrome browser how would we do that? also what server programs or hosts do you recommend?

Thank you very much!

Yes, thank you for the explanation.