August 2006
Beginner
512 pages
11h 8m
English
Now that you’ve gotten your feet wet, let’s wade a bit deeper into the JavaScript language. In this chapter, we’ll go into more detail about the basic elements of JavaScript and introduce you to other aspects of the JavaScript language, such as loops, arrays, and more about functions (don’t let your eyes glaze over; we promise that it’ll be easy).
You’ll see how you can use JavaScript to write your Web pages for you, learn how JavaScript handles errors that the user makes, and much more.
Table 3.1. Just Enough HTML—The Basics
Tag | Meaning |
|---|---|
| Presents tabular data on a Web page |
| Begins a row inside the table |
| Heading cells for the columns in the table |
| Contains each cell in the table |
It’s common ...
Read now
Unlock full access