CGI Programming in Perl | ||
---|---|---|
Prev |
The following table outlines a few HTML elements which may be useful to you. For more detail or for information about elements which are not listed here, consult one of the references listed below.
Table D-1. Basic HTML elements
Type of information | Markup | |
---|---|---|
Paragraph | <P> ... </P> | |
Heading level 1 | <H1>This is a level 1 heading</H1> | |
Heading level 2 | <H2>This is a level 2 heading</H2> | |
Heading level 3 | <H3>This is a level 3 heading</H3> | |
Heading level 4 | <H4>This is a level 4 heading</H4> | |
Unordered (bulleted) list |
| |
Ordered (numbered) list |
| |
Table |
| |
Horizontal rule | <HR> | |
Anchor tag (hypertext link) | <A HREF="http://example.com/">Descriptive text</A> |
For more information...