HyperTextMarkupLanguage

HTML advanced functions - Lab

| Home | Agenda |

Lab on Html advanced functions

In this lab we shall build the complete first page of our e-commerce
Centaur books
demo.
Your lab should result in a page looking as shown here.

Operate as follow
  1. Signon on AS/400 as QPGMR
  2. strpdm on source file cgixx/htmlsrc
  3. press F6 to add member lab12a, source type html
  4. press F13 and set Uppercase input only to N
Your page is made of two tables:
  1. The first table (in the example, with blue border color) contains a single row splitted in three columns:
    • column one contains the image for symbol S (file source.gif in path /cgi400c2). This image links to URL /centaur2h/cntsrc.mbr
    • column two contains the Centaur_books logo (file centwelc.gif in path /cgi400c2).
    • column three contains the image for symbol H (file help.gif in path /cgi400c2). This image links to URL /centaur2h/cnthlp.mbr
  2. The second table (in the example, with lime border color) is made of a single row splitted in two columns:
    • column one contains a table (in the example, with fuchsia border color) which lists the bookshelves available
    • column two contains a table (in the example, with aqua border color) which includes the html text previoulsly developed in member lab12a



| Home | Agenda |

LAB21