Top of text

HTML examples

This program gives an overview of all HTML capabilities of the HTML/XML viewer. For information on how the program works and how to handle the .INI file please check the separate description of the program.

Table of contents

1. General

1.1. General HTML features

This program supports standard HTML features like anchors/links, ordered and unstructured lists (see table of contents above), new line
paragraph

centred text
etc. Special marks can be given for header texts, and bold, italic, underlined texts etc. Alternate text information of this type for e.g. font changes etc can be added to the .INI file by the user easily.

The program supports ALT-texts and descriptive texts of several types.

1.2. Horizontal line

This program supports (simple) horizontal lines.


1.3. PREpared text

In a PREpared text block both	tabs and	new lines with
CRLF
or <BR> 
are supported.
The program also supports ASCII form-feed although this is not really required (or even allowed) for HTML.

1.4. Other HTML features

The program also supports HTML features like abbreviations e.g. EU and acronyms.

2. Tables

2.1. Table with frame

1 Sample table With frame Cell C1 Cell D1
Cell A2 Cell B2 Cell C2 Cell D2
Cell A3 Cell B3 Cell C3 Cell D3

2.2. Table with frame and column rules

2 Sample table With frame and column rules
and a horizontal line and a link in a table cell to Top of text
Cell C1 Cell D1
Cell A2 Cell B2 Cell C2 Cell D2
Cell A3 Cell B3 Cell C3 Cell D3

2.3. Table with frame and row rules

3 Sample table With frame and row rules Cell C1 Cell D1
Cell A2 Cell B2 Cell C2 Cell D2
Cell A3 Cell B3 Cell C3 Cell D3

2.4. Table with frame and column/row rules

4 Sample table With frame and column/row rules Cell C1 Cell D1
Cell A2 Cell B2 Cell C2 Cell D2
Cell A3 Cell B3 Cell C3 Cell D3

2.5. Table without frame or rules

5 Sample table Without frame or rules Cell C1 Cell D1
Cell A2 Cell B2 Cell C2 Cell D2
Cell A3 Cell B3 Cell C3 Cell D3

2.6. Table with COLSPAN and ROWSPAN, SUMMARY and CAPTION

A test table with merged cells
Average Red
eyes
heightweight
Males1.90.00340%
Females1.70.00243%

2.7. Nested tables

Sample table With nested tables and column/row rules Cell C1
Cell A2
col B2.A1 COL B2.A2
col B2.B1 COL B2.B2 and a link in a nested table's cell to Top of text
Cell A3 Cell B3 Cell C3

2.8. Table with frame and row rules using automatic column width calculation

8 Sample table With frame and row rules using automatic column width calculation Cell C1
Cell A2 Cell B2 Cell C2
Cell A3 Cell B3 Cell C3

2.9. Table with frame and row rules, centred, using limited width and centred cell texts

9 Sample table With frame and row rules, aligned texts Cell C1
Cell A2 Cell B2
(right)
Cell C2
(right)
Cell A3 Cell B3
(center)
Cell C3
(center)

2.10. Table with frame and row rules; cells contain sub-tables with different frame types

10 Sample table
Table with frame Above Cell 2

Table with frame Below Cell 2

Table with frame at Left hand Side Cell 2

Table with frame at Right Hand Side Cell 2

Table with frames at Vertical Sides Cell 2

Table with frame at Horizontal Sides Cell 2

Table with frame at all sides Cell 2
Cell 3 Cell 4

Jump back to Top of text