What is Unordered lists?
Answers
Answered by
1
Answer
An unordered list typically is a bulleted list of items. HTML 3.0 gives you the ability to customise the bullets, to do without bullets and to wrap list items horizontally or vertically for multicolumn lists. The opening list tag must be <UL>.
Answered by
0
Answer:
Unordered list also called bulleted list,do not have a specific order of list items.Each item in the list will be marjed by a bullet.The unordered list begins with <ul> tag and ends with </ul> tag.Each item in the list starts with <li> tag similar to ordered list. The default bullet style in HTML is disc.There are two more types supported by HTML square and circle.
Similar questions