Ask your own question, for FREE!
Computer Science 21 Online
OpenStudy (anonymous):

The following is an example of an ordered list:

OpenStudy (anonymous):

There's no following.:l

OpenStudy (anonymous):

this is an ordered list: <ol> <li>list item 1</li> <li>list item 2</li> <li>list item 3</li> </ol> oh and i just saw this. You can use the start attribute to start at a certain number. <ol start="100"> <li>list item</li> </ol>

OpenStudy (anonymous):

And this is an unordered list: <ul> <li>unordered list item</li> </ul> it displays them with a bullet rather than a number.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!