Programing languages :
full list here > http://en.wikipedia.org/wiki/List_of_programming_languages
i recomended u learn > Java (multi use), C or C++, VisualBasic (for windows apps).
------------------------------------------
web designing languages :
Normally HTML (Hypertext markup language) is used to design a web page. For various styles and design, CSS (Cascading style sheets) are used. This is for static web page where the content will be inside the page itself. Javascript, flash actionscript and ajax are used for rich internet application
Web application development:- (Normally runs on serverside)
The languages like PHP, ASP, JSP, C#, PERL, PYTHON, RUBY are used. This is for dynamic websites such as you get web page contents from database or elsewhere.