Figures from Chapter 1
- Figure 1.1 ( html | html (style sheet disabled) | txt) -- A simple HTML document. The second link connects to the same HTML document, but with the style sheet link element commented out, so that you can see the rendering without the style sheet. The third link connects to the file delivered as plain text. Navigator, Opera and other browsers will display this as plain text. Internet Explorer, however, will mistakenly display this as HTML. If you look at the HTML source listing, you will note how the text indentation helps illustrate how the elements are nested one within the other.
- Figure 1.6 -- The CSS content of hte file ex-stylesheet.css that produces the rendering seen in Figure 1.5.