Difference between revisions of "HTML CSS Javascript Reference"
Jump to navigation
Jump to search
(→HTML) |
|||
Line 10: | Line 10: | ||
* http://reference.sitepoint.com/html | * http://reference.sitepoint.com/html | ||
* http://blooberry.com/indexdot/html/index.html | * http://blooberry.com/indexdot/html/index.html | ||
− | * [https://developer.mozilla.org/en/HTML/ | + | * [https://developer.mozilla.org/en/HTML/ Mozilla Developer Network] |
− | * [https://developer.mozilla.org/en/HTML/HTML5 | + | * [https://developer.mozilla.org/en/HTML/HTML5 MDN on HTML5] |
− | * [http://www.w3.org/wiki/HTML/Training | + | * [http://www.w3.org/wiki/HTML/Training HTML/Training] -- from the W3C |
− | * [ http://www.w3.org/wiki/HTML/Elements | + | * [http://www.w3.org/wiki/HTML/Elements HTML elements ] -- from the W3C |
+ | |||
==CSS== | ==CSS== | ||
* http://htmldog.com/ | * http://htmldog.com/ |
Revision as of 10:36, 22 March 2011
Links to references & resources on HMTL, CSS and Javascript (W3schools deliberately omitted)
General
- Peer to Peer University School of Webcraft in conjunction with Mozilla
- HTML & CSS cheat sheets
- Google: HTML, CSS, and Javascript from the Ground Up -- from the Google Code University, with video tutorials.
- Mozilla Developer Network
HTML
- http://htmldog.com/
- http://reference.sitepoint.com/html
- http://blooberry.com/indexdot/html/index.html
- Mozilla Developer Network
- MDN on HTML5
- HTML/Training -- from the W3C
- HTML elements -- from the W3C
CSS
Javascript
- http://reference.sitepoint.com/javascript
- [ https://developer.mozilla.org/en/javascript | Mozilla Developer Network]
- [ https://developer.mozilla.org/en/DOM | MDN on the DOM model for web pages]
- [ http://docs.jquery.com/Tutorials | jQuery Tutuorials ] -- from official docs.
- | jQuery offical docs.
- | Getting Started with jQuery
- jQuery Fundamentals -- ebook.
- [ http://www.learningjquery.com/ | Learning jQuery ]