Inside JavaScript
In this chapter, we'll start working with hyperlinks, lists, and tables. Of these, tables are the biggest, with plenty of JavaScript capabilities. HTML tables are popular because they enable you to format text as well as images in a page. Theoretically, you also can use style sheets to do the same thing, but many older browsers won't understand style sheets well; even if they do, there'll be differences between browsers, so tables are very popular. We'll see how to work with tables in depth in this chapter. We're also going to take a look at two other popular HTML constructshyperlinks and listsstarting with hyperlinks. I'll start with hyperlinks . |