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

CSS

hi guys I'd like to do some projects n HTML AND CSS when i'm offline and check out my work. How can I do this?

I've just finished the HTML AND CSS basic course now i want to start practicing on the side. I have heard about text editors but how do I get the code that I have written onto a web browser. As well is notepad++ helpful??

2 Answers

Alexandra Barnett
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Alexandra Barnett
Front End Web Development Techdegree Graduate 46,473 Points

Hi Tatenda! There are many free great text editors out there. My favourites are visual studio code, atom and brackets but it's totally up to you and people prefer different editors :). Regarding seeing your site in a web browser, when you make an index.html file (for example), go into the directory it's in and double click on it and it should open in the browser. If it doesn't then, open your browser and go the file menu and click the "open file from location" option and select your html file.

I hope that helps. Let me know if you have any questions :)

Hi thanks a lot I got the idea. I'm trying to add a background image to my header using CSS on atom and though I have the file in a different folder it's not coming up? Any seggestions there??

Alexandra Barnett
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Alexandra Barnett
Front End Web Development Techdegree Graduate 46,473 Points

Has your CSS been linked correctly to the HTML or event the background image? Atom shouldn't work differently from other editors...if not, could you show me your code?