|
How to make list
If you wish to list items on your page, there are several ways that you can do this. Your page builder has a preset that will make the list for you.
To use this feature:
- Go to create in your page builder.
- Pick a back ground.
- Click on Add a item
- Click on list
- Fill in the blanks and click done
- Now click on publish to publish your list on the web.
If you are making a page else where or want a different style, use the codes below.
These are unordered list:
- Put a list item here
- Put a list item here
This code will give you a list with the circles in front of each item listed.
- Put a list item here
- Put a list item here
- Put a list item here
- Put a list item here
This code will give you a list with the round balls in front of each item listed.
- Put a list item here
- Put a list item here
- Put a list item here
- Put a list item here
This code will give you a square in front of each item listed.
- Put a list item here
- Put a list item here
Ordered, or numbered list:
- Put a list item here
- Put a list item here
This code will give you a numbered list.
- Put a list item here
- Put a list item here
- Put a list item here
- Put a list item here
This code will give you a Roman numeral list.
- Put a list item here
- Put a list item here
Definition list:
- Dorie's HTML school
- Helps for those new to making web pages.
- Dorie Dew's Home Page
- This site has HTML helps, medical information, sites for pets, crafts, geneology, poetry and inspiration to name a few.
This will produce a list like this:
- Dorie's HTML school
- Helps for those new to making web pages.
- Dorie Dew's Home Page
- This site has HTML helps, medical information, sites for pets, crafts, geneology, poetry and inspiration to name a few.
Nested Lists:
- Basic tags:
- Fun things to add on:
This code will make a list like this:
- Basic tags:
- Fun things to add on:
Pretty simple huh? Now go have some fun.
HOME PAGE
HTML SCHOOL
Like this page? Send it to a friend!
|