what is HTML PROGRAM? ordered and unordered list?
Public Comments
- An ordered list is one that uses numbers or letters to order your list (1, 2, 3...A, B, C...etc.). An unordered list is one that uses just different bullets for hierarchy.
- HTML is a language that is read by web browsers to display the content on your screen. The difference between an ordered list and an unordered list is that the first contains numerals while the latter only uses bullets or other symbols before each list item. And example of writing an unordered list in html would be: <ul> <li>eggs</li> <li>bread</li> <li>milk</li> </ul>
Powered by Yahoo! Answers