Well I surfed the next and compiled this. Hope you guys like it.
HTML
HyperText Markup Language. A markup language based on but simpler than SGML used to annotate hypertext documents for publication on the World Wide Web, to take advantage of the WWW;s capacity to connect documents and sections of documents across the Net.
http://www.davesite.com/webstation/html/
http://www.seekeasy.net/html/
http://www.htmlgoodies.com/primers/basics.html
http://www.cwru.edu/help/introHTML/toc.html
http://hotwired.lycos.com/webmonkey/
http://www.w3schools.com/html/
http://www.htmlcodetutorial.com/
http://www.yourhtmlsource.com
-----------------------------------------------------------------------------------------------
PHP
PHP is a server-side, cross-platform, HTML embedded scripting language that lets you create dynamic web pages. PHP-enabled web pages are treated just like regular HTML pages and you can create and edit them the same way you normally create regular HTML pages.
http://www.php.net/tut.php
http://www.w3schools.com/php/default.asp
http://www.devshed.com/c/b/PHP
http://www.zend.com/php/beginners/index.php
http://www.hotscripts.com/PHP/Tips_and_Tutorials/
http://www.phpfreaks.com/tutorials.php
-----------------------------------------------------------------------------------------------
ASP
Active Server Pages, Microsoft's technology to enables HTML pages to be dynamic and interactive by embedding scripts, ie either VBScript or JScript, Microsoft's alternative of JavaScript. Since the scripts in ASP pages (suffix .asp) are processed by the server, any browser can work with ASP pages regardless of its support for the scripting language used therein.
http://www.w3schools.com/asp/default.asp
http://www.learnasp.com/learnasp/
http://www.webwizguide.info/asp/default.asp
http://www.aspin.com/
http://www.htmlgoodies.com/beyond/asp/index.php
http://www.411asp.net
-----------------------------------------------------------------------------------------------