How to create lists

This will show you 2 ways to create a list and the correct code structure. This was inspired by a submission from a student.

This is a manual numbered list using paragraph tag

1. List title 1:

paragraph text

2.List title 2:

paragraph text

3. List title 3:

paragraph text

4. List title 4:

paragraph text

This is a list using the order list tags.

This method allows you to add and remove items without having to manually change the order numbers of the list.

  1. List title 1:

    paragraph text

  2. List title 2:

    paragraph text

  3. List title 3:

    paragraph text

  4. List title 4:

    paragraph text

If you used the ul for an unordered list, you will have the black dot by default like this.

This shows you how to change that to anther image