Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP Help System Developer's Guide > Chapter 11 HelpTag Markup Reference

<list>

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Glossary

 » Index

List

Starts a list consisting of items that are optionally marked with bullets or automatically-generated numbers.

Syntax. 

   <list [bullet | order | plain] [continue] [loose | tight]>

     * first item

     * second item

        .

        .

        .

   <\list>

Where:

bullet

(Default.) Displays a bullet before each item.

plain

Does not put a bullet, number or letter in front of each item.

order

Displays a number in front of each item. The numbers are automatically generated and begin with the number one.

continue

Requests that the numbering of items continue from the previous list.

loose

(Default.) Requests a vertical gap between the items.

tight

Requests no extra vertical spacing between the items.

Each item must start on a new line preceded by either an asterisk (*) or the <item> tag. The asterisk is the shorthand form of the <item> tag. Spaces and tabs may appear on either side of the asterisk. Items may continue over multiple lines. An item can consist of multiple paragraphs, in which case an empty line must separate the paragraphs. The nesting of lists is allowed, so a list can appear within a list.

The <\list> end tag is required.

Examples.  The following markup:

   <list>

   * chocolate

   * raspberry

   * vanilla

   <\list>

produces:

  • chocolate

  • raspberry

  • vanilla

The following markup:

   <list plain tight>

   * Word Processing

   * Graphics

   * Printing

   <\list>

produces:

  • Word Processing

  • Graphics

  • Printing

See Also. 

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 1988 Hewlett-Packard Development Company, L.P.