People, tell me please, If I know almost nothing about code. What to start from? Would it be right to start in such way HTML-->CSS-->Java Script--> PHP???
Yes HTML+CSS are the basis of a website. JS and other languages make it more fancy. Databases called upon by a server side language such as php will make a website dynamic. Start with HTML+CSS, they are pretty easy to learn. Check out w3schools to start, it's a great site to start learning any language. Although I would recomend learning to code XHTML strict so that your website keeps to todays standards.
<gratitude> <head> <title>wanna thank you<title> </head> <body> <h1>Thank you</h1> <p>Thank you <b>twistedspikes</b> </p> <a href="http://forums.digitalpoint.com/showthread.php?t=590121"> link to read "thank you" post</a> </body> </gratitude>