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 How to Make a Website Beginning HTML and CSS Write a CSS Selector and Property

Regarding workspace

In real time do u create html files using notepad++ or notepad

2 Answers

yep, Notepad is the most popular. just don't forget to add a .html/css/etc at the end of the file name depending on what you're coding with.

For ex: Mysitesstructure.css

Hope that helps!

How do you host a website in the web in real time so that it is viewable to anyone in the world..say the same portfolio example how to host this page so everyone can see my page

That's an easy one! First Get a domain and hosting platform. Hosting: The land for the house Domain:The House I suggest Looking at http://webhostingforstudents.com/ hence they offer discounts to treehouse members. Then you would just add the files to the public_html folder and that's it!