What is the sequence of the bullets in nested unordered list in HTML? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the sequence of the bullets in nested unordered list in HTML?

14th May 2017, 3:30 PM
Manish Kumar
Manish Kumar - avatar
10 Answers
+ 3
Maybe this code will answer your question: https://code.sololearn.com/WCqmEhiubgPc/?ref=app
14th May 2017, 3:50 PM
Ulisses Cruz
Ulisses Cruz - avatar
+ 3
that is the dafault but you can change the bullets if want using a css rule like this: ul { list-style-type: circle; } or you can put your own bullet like this: ul{ list-style-image: url('mygif.gif'); }
14th May 2017, 4:06 PM
Ulisses Cruz
Ulisses Cruz - avatar
+ 2
Ok. I'm going to modify the code.
14th May 2017, 3:54 PM
Ulisses Cruz
Ulisses Cruz - avatar
+ 2
I modified it already.
14th May 2017, 3:57 PM
Ulisses Cruz
Ulisses Cruz - avatar
+ 2
look the code again.
14th May 2017, 4:01 PM
Ulisses Cruz
Ulisses Cruz - avatar
+ 1
about the sequence of bullets in nested unordered list
14th May 2017, 3:43 PM
Manish Kumar
Manish Kumar - avatar
+ 1
ok
14th May 2017, 4:11 PM
Manish Kumar
Manish Kumar - avatar
0
disc circle square
14th May 2017, 3:46 PM
Manish Kumar
Manish Kumar - avatar
0
I talks about nested list not the simple list
14th May 2017, 3:53 PM
Manish Kumar
Manish Kumar - avatar
0
when u want to show the list like A AA AAA which bullet is shown at different level?
14th May 2017, 4:00 PM
Manish Kumar
Manish Kumar - avatar