Welcome to my Lists Page
Welcome to my Lists. Here are some things I have learned from W3schools web page. Here is a link to the W3schools page
- HTML Lists
- HTML lists allow web developers to group a set of related items in lists.
- Unordered HTML List
- An unordered list starts with the <ul> tag. Each list item starts with the <li> tag.The list items will be marked with bullets (small black circles) by default.
Notes Homepage