May 2003
Intermediate to advanced
592 pages
14h 28m
English
The first step in developing this application is to create a template system to handle the HTML design. The end result (Figure 11.1) will use tables and some Cascading Style Sheets (CSS).

1. | Create a new HTML document in your text editor (Script 11.1).
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" ... |
Read now
Unlock full access