Optionalid?: stringOptionalordered?: booleanDecides if the items are ordered or not (decides between <ol> or <ul> element).
Optionalstart?: numberWhere to start counting from when the list is ordered.
Optionaltype?: "1" | "a" | "A" | "i" | "I"Determines the symbols used in the list. Only used when list is ordered. Use css to change style of unordered lists.
HTML id of the element.