Welcome to my Lists Page

Welcome to my Lists page. Here are some things i have learned from the W3Shools Lists web page.

What are the 3 types of lists?
The 3 types are, unordered,ordered, and description
What style property can add to change the list item marker for an Unordered list?
The css style property used to change the list item marker for a unordered list is 'list style type'
What attribute can you add to change the list item marker for an Ordered list?
To change the list marker for an HTMl ordered list, use the 'type' attribute.
W3schools HTML Lists

Click this link to go back to the home page.