
Originally Posted by
NorKal
hockey97 made a great suggestion: w3schools is the best resource for learning web dev code. Start with HTML, and also learn some CSS. Then once you get the hang of that, get a copy of Dreamweaver to simplify things.
Also install "Firebug" for the Mozilla/Firefox browser. It will let you easily look at the HTML of any website you are on, and it shows you what part of the site corresponds to what part of the code.
After that you may want to learn some very basic PHP to make contact forms and such.