You can create two kinds of lists in your Info Page: an unordered (bulleted) list, and an ordered (numbered) list. Here are examples using the imaginatively titled: Item 1, Item 2 and Item 3. Bulleted list syntax <ul> <li>Item 1</li> <li>Item 2</li> <li>Item 3<...