What are web design programming steps starting with HTML?

I'm studying web design and I would like to know the stages to knowing what you will ultimately need to know when entering this profession. With HTML being the step one and the basics, to I think XHTML and Css, being two, what's next? JavaScript? MySQL? Can some one provide an ordered list of web site programing from star to almost finish?

LAMP: Linux, Apache2, MySQL, PHP

When I started studying Web Development I scoured all the forums and with the help of a couple people within the industry came up with a guide.

  1. html/xhtml & CSS
  2. php
  3. MySQL
  4. Ruby on Rails
  5. Javascript
  6. CMS
  7. Linux CLI
  8. Apache
    9 Subversion

There is no hard and fast way. That worked for me and took about 10 years of study and playing around to feel comfortable with (most of) it.

There, I fixed it for you:D

You will definitely benefit from knowing a bit about jQuery (jQuery: The Write Less, Do More, JavaScript Library), given that Javascript is on your list too.
Also git (Git - Fast Version Control System) is becoming the de facto version control system of choice.

thanks for your infos so that i can solve my confus...