Lists

This page demonstrates different options for lists.

Lists provide a simple structure for displaying and processing information.


Option 1: HTML Editor

You can open the HTML Editor in two ways. When "creating a new file" or by "editing" an existing file.

Creating a new file:

Create a file by selecting the new blue button and choosing, create a file in the dropdown options.

Then select a document template located beside the content title to ensure that your content connects to all the styles and components of this template.

open the HTML editor by creating a file
open the HTML editor by creating a file

Editing an exisiting file:

To edit an existing file, go to the module where the file you wish to edit is located.

To the right of the file name is a dropdown menu. Select this dropdown menu to view more options.

Select edit HTML.

open the HTML editor by editing a file

Insert List:

When creating or editing a file there are unordered and ordered list options. They are located in the same area and dropdown menu as the indent and alignment options.

location of indent, lists, and alignment options

Option 2: Copy and Paste

Alternatively, you can also copy any of the following elements from this page.

Access this page's HTML Editor by pressing the Edit HTML button found just below the end of content on the left side. location of the page HTML edit button, after the content to the lower left

Then highlight and select your content, including everything between "start copy" and "end copy". Right click and select copy and proceed to the content page you wish to paste into. Access the HTML editor of this page and paste your content where you'd like.

Unordered List

Start copy

End copy


Ordered List

Start copy

  1. List item 1
  2. List item 2
  3. List item 3

End copy


Copy and Paste option only

Ordered List: Large Number

Start copy

  1. List item 1
  2. List item 2
  3. List item 3

End copy


Copy and Paste option only

Ordered Alphabetical List

Start copy

  1. Ordered Alphabetical List Item #1
  2. Ordered Alphabetical List Item #2
  3. Ordered Alphabetical List Item #3

End copy


Copy and Paste option only

Ordered List with sublist

Start copy

  1. Ordered List Item #1
  2. Ordered List Item #2
    1. Ordered List Item #2.1
    2. Ordered List Item #2.2
    3. Ordered List Item #2.3
  3. Ordered List Item #3

End copy