What is correct tag for unordered list? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

What is correct tag for unordered list?

26th Jul 2018, 6:47 PM
Hayk Arakelyan
Hayk Arakelyan - avatar
8 Answers
+ 14
Unordered list: <ul> List items: <li> Ordered list: <ol>
27th Jul 2018, 3:27 AM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
+ 10
example for unordered list with two items <ul> <li>1st data</li> <li>2nd data</li> </ul>
27th Jul 2018, 6:47 AM
Unknown
+ 4
<ul></ul> for unordered list <ol></ol> for ordrdered list
28th Jul 2018, 4:21 PM
Shaif Jwd
Shaif Jwd - avatar
+ 3
<ul> and </ul> is a tag used for unordered list and if u want to add item inside unordered list use <li></li> eg., <ul> <li>item no.1 </li> <li>item no. 2 </li> </ul>
27th Jul 2018, 4:16 PM
VISHAL SRIVASTAVA
VISHAL SRIVASTAVA - avatar
+ 2
<ul> </ul>
26th Jul 2018, 7:06 PM
PandaThePumpkin
PandaThePumpkin - avatar
+ 1
<ul> </ul>
28th Jul 2018, 12:13 PM
Daniel Kassahun
Daniel Kassahun - avatar
0
<ul> <li>1st data</li> <li>2nd data</li> </ul>
28th Jul 2018, 6:43 PM
Sangram Mane
Sangram Mane - avatar
0
<ul> <li>.........</li> </ul>
2nd Aug 2018, 5:24 AM
AL Araf
AL Araf - avatar