Originally Posted by
marothisu
The good thing about HTML/CSS/Javascript is you can make pages locally and test locally. I.e. go into Notepad, make a page (type in your HTML, CSS, etc), save as an HTML file, and then open up the page in your web browser. If you don't have any server-side requests going on that you made yourself (i.e. J2EE, PHP, etc) you'll be fine. I doubt you'll have any of that.
So, there's tons of free resources out there and there's tons of books. It's really up to you. IMO you should learn your basic HTML before anything because really, CSS is all about HTML styles, and Javascript you will be modifying HTML elements. When you get to Javascript, I would recommend learning JQuery. It will allow you to do cool effects on your site without much coding work.
Trial and error and free resources for this one. There's tons out there..