Web Server Technology
Appendix A
HTML and Javascript
The text assumes that students can already compose
web pages by writing HTML and can add Javascript to
those pages. This page provides a few small examples
directly related to the text; these can serve as
reminders. There are numerous more detailed
tutorials on the web.
The following example pages are provided:
- Demonstration HTML
page from Appendix A;
- Example HTML layout constructs, examples
of headers, lists, simple in line style changes, embedded images, links,
and other basic features
that you will use in your static HTML pages;
- An example of an image map with intra page links, image
maps may be useful on your site along with other static HTML pages - but you are not
likely to generate them dynamically;
- Tables, this page contains the examples
on tables from Appendix A (including the one using a little Javascript
for roll-over special effects);
- Forms, this page contains examples with
the various input fields that you are likely to use in forms, and illustrates how
the use of tables can greatly improve the appearance of a form;
- Pizza form
- Explanation of Javascript as used for
data checking in Pizza form