Creating Web Sites for the 4630/4630SW IP Telephone
130 4600 Series IP Telephone Release 2.2 LAN Administrator Guide
<q> indicates that the following text is a short quote, and should be shown in
double-quotes (according to documentation). This text appears as normal text, with no
physical identifying indications.
<h1> - <h6> indicate heading sections. Each level is one point smaller than the previous
level, with <h1> being the largest.
The section titled Maintaining Contexton page 137 contains design guidelines for maintaining
user context.
Lists and Tables
For presentation of data in a logical format, lists and t ables are two of the more import ant set s of
tags. Since space is at a premium in the browser, tables should be used with discretion. While
they provide sets of text, which are easy for the eye to process, they can quickly become
cumbersome if misused in this browser. Both width and height are limited, so the data provided
in the table cells should be short pieces of text. Beyond that, the page designer should come up
with a different model for presenting the data, possibly using lists and divisions.

Lists

<ol> starts an ordered list. Provides a list with some type of numbering: uppe r-case let ters,
lower-case letters, digits, upper-case roman numerals, lower-case roman numerals.
Setting the type attribute is ignored in the browser.
<ul> starts an unordered list. Provides a list with bullets to the left of each item.
<li> adds an item to an ordered or unordered list.
<dl> starts a definition list. Provides a list with two fields per list i tem. The f irst is a term and
the second is the term’s definition.
<dt> adds a new definition term to a definition list.
<dd> adds a new term definition to a definition list.

Tabl es

The new HTML 4.0 table tags, <thead>, <tbody> and <tfoot> are all implemented. These tags
allow printed pages to have headers and footers when the table is longer than a single page.
Since the 4630 IP Telephone Web Browser has no print capability, we recommend that these
tags not be used.
<table> starts a table layout.
<caption> adds a caption to a table. The align attribute allows a caption to be placed
above or below the table. This attribute has no effect in the phone.
<tr> adds a new table row to a table.