CSS, PHP, and ASPX and JS?

Natou67

New member
I am considering learning how to make dynamic webpage and of course I will have to learn scripting. The whole idea of scripting is quite confusing to me. I read about a few on wiki, but can someone roughly give me the difference between css and php and apparently there's aspx? Gosh that is very confusing for someone like me.

Ok first thing first, is there a place I can find a list of all scripting language or it limits itself to java, css, php and aspx?

Which one would you advice me to start with?

I heard that some requires a database which ones and why?

If you wish to input more information then what I asked, please do so and advices are very welcomed.
 
CSS = For design
PHP & ASPX = Programming Language
JS (Javascript) = Script running from your browser

I don't think there is a place that teaches you to all those specific subjects. You will need to learn each one.

I would start with HTML which is the markup language that almost every webpage uses.

Database are used to store information. Where do you think the question you just typed is stored? ....a database.
 
Back
Top