HTML and JavaScript References |
HTML Goodies Reference Guide
|
This is a GREAT guide to use while learning to program in HTML. Most, if not
all, of the tags used in HTML programming are listed here as well as a description of what
they do. This is a keeper to print and use over and over again.
|
W3 Schools
|
This is also a GREAT guide to use while learning to program in HTML and JavaScript.
Same as HTML Goodies, all of the tags used in HTML and JavaScript programming are listed
here as well as a description of what they do. This site also tells you what is out-of-date when it
comes to the older versions of HTML and JavaScript. Another keeper !!
|
Code Academy
|
This site will help you learn aspects of coding in an interactive environment with online courses
and tutorials.
|
Stackoverflow
|
You can search this site for questions from the basics to the more difficult. You're likely to
come up with what you are looking for and if not, just ask.
|