HTML and CSS Reference
In-Depth Information
The main benefit of this approach is that it reduces the number of event
listeners required. This can reduce memory and processing require-
ments for large and complex pages. You'll see it used frequently in
large-scale web applications.
Your rapid introduction to JavaScript is now complete. Don't worry if
you're still confused—it's unlikely that you'll pick it all up in a few pages.
At least nothing you see in the rest of the topic should be unfamiliar to
you. Feel free to refer back here any time. If you want to go into JavaScript
in more depth, check out the resources in the next section.
Further reading
For a detailed discussion of the differences between event handling in
IE and all the other browsers, refer to quirksmode.org: www
.quirksmode.org/js/introevents.html .
For a complete reference of all the methods and properties of the
DOM , check out the Mozilla Developer Network: https://developer
.mozilla.org/en/DOM/ .
For an alternative introduction to JavaScript, try “Thau's JavaScript
Tutorial”: www.webmonkey.com/2010/02/javascript_tutorial/ .
That concludes the appendixes for Hello! HTML5 and CSS3. After reading them
you should have an understanding of how the web was built and how we
arrived at the current standards as well as a working knowledge of the
technologies which make up modern web pages: HTML, CSS, and JavaScript.
Welcome to the world of web development, I hope you enjoy it!
Search WWH ::




Custom Search