Ul tag | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Ul tag

Is there any different ul rage that con be used for example the ol you can say start=“3”

12th Apr 2019, 10:56 AM
ANONYMOUS
ANONYMOUS - avatar
4 Answers
+ 3
<ol start="4"> <li>1</li> <li>2</li> </ol> <ul start="4"> <li>1</li> <li>2</li> </ul> //Both gives different output as ul is unordered list, so it appears with bullet, though you used start
12th Apr 2019, 11:18 AM
Sudarshan Rai
Sudarshan Rai - avatar
+ 3
//Please describe more, sucirel???
12th Apr 2019, 11:23 AM
Sudarshan Rai
Sudarshan Rai - avatar
+ 2
no no no im mean is how do i make a sucirel to a box https://code.sololearn.com/Wkg98RPPX24E/?ref=app
12th Apr 2019, 11:20 AM
ANONYMOUS
ANONYMOUS - avatar
+ 2
i found it thx anyway <ul type="square">
12th Apr 2019, 11:24 AM
ANONYMOUS
ANONYMOUS - avatar