Search
User login
Username:
*
Password:
*
Register
Placement Papers
Interview Questions
Jobs in India
Content Base
Quiz/Puzzles
Questions
Questions
»
Web Technologies
»
HTML
How to make unordered list in Html?
HTML
Question
How to make unordered list in Html?
Add new comment
Re: How to make unordered list in Html?
Submitted by
prashant_agr
on Wed, 2007-05-16 08:34.
creates an unordered list. The unordered part means that the items in the list are not in any particular order.
works with
.
defines the list,
defines each item in the list. Grocery List:
potatoes
spinach
lollipops
reply
Related Links which you may find Helpful:-
How to change table border color in Html ?
How to make ordered list in Html?
How to use directory list in Html?
What does rollover image effect do in Html?
How to link image without border using Html?
Re: How to make unordered list in Html?
creates an unordered list. The unordered part means that the items in the list are not in any particular order.
works with- .
defines the list,- defines each item in the list.
Grocery List:
- potatoes
- spinach
- lollipops