Code Text
Font control (Face names, color, size) may be achieved by setting VCL properties or through the use of tags in the HTML document.
Ordered List
Ordered List (Lettered)
Unordered List
Definition List
Directory List (looks just like unordered list)
Menu List (looks just like unordered list)
Lists can be nested in various ways
Inline images are placed directly in text like this one.
Inline Images may be aligned so that text is at the
bottom (default), at the top,
or in the middle.
. The image error symbol
is
displayed if an error is encountered when displaying an image.
Images can be used as hotspots and work just like text links.
Transparent images like these
allow the background to show through.
Left and right floating images, shown here, are appropriate for large images as text can
flow around them automatically.
The image on the right has the IsMap attribute set. When used as a link, the pixel coordinates of the click spot are transmitted with the URL. These can be used to direct the link to a target appropriate for that area of the image.
The image with the arrows demonstrates client side image mapping. The UseMap
attribute points to an image map definition describing the hot areas of the image.
Images may be sized using the
height and width attributes.
A special syntax allows for two and three state MouseOver images.
In an HTML document, some characters must be specially entered.
This is preformated text, <pre>. Multiple spaces and carriage returns are recognized. Preformated text won't wrap. It can have hot spots too.
This is blockquote text. It is used to indicate text quoted from another source. Here it is rendered as indented plain text.
Here is a line of centered text.
Events allow interaction with the user's application.
Today's date is
Loaded at
OnImageClick, OnImageOver events for images.
Right Click on these Thumbnails
OnObjectClick event for Buttons, Radiobutton, and Checkboxes
Click on these
Radio 1 Radio 2 | Checkbox 1 Checkbox 2 |
Weight | Fee |
---|---|
Not over 10 pounds | $1.80 |
Over 10 pounds | $2.50 |
Many other variations of Tables are shown in the Table Tutorial.