|
|
how do i make numbered lists?
Making a numbered list is really
easy, and it's a great tool for organizing information on your Web site. Just
copy and paste this code into your html document (add your own info):
To substitute Roman numerals replace the <OL> tag with this one:
Need alphabetical order? Replace the <OL> tag with this one:
|