Creating Lists

VERSION 4 Published

Created on:Oct 23, 2007 9:55 AM by CurlEducation - Last Modified:  Oct 23, 2007 10:18 AM by CurlEducation

It is common in textual content to have lists of subelements. Curl provides several text formats for that purpose. The Curl methods described are similar to HTML lists.

Bulleted Lists An unordered list is useful when you want to display items that are in no particular order, such as a list of products or Web sites.

  • Create an unordered list using itemize
  • Specify items contained within the list

Numbered Lists An ordered list is useful when you want to display content that are in a specific order, such as product installation steps.

  • Create an ordered list using enumerate
  • Specify items contained within the list


We can also specify lists within lists. In these cases the item indentation depends on nesting level.


Tip: Both enumerate and itemize are special paragraph formats. Therefore, you can set character and paragraph options on them. Keep in mind that character options are nonlocal, and paragraph options are local. You can refer to the Curl Cue Formatting and Styling Text for more information on character and paragraph options.
Average User Rating
(0 ratings)




There are no comments on this document