+ 4
Ul tag
Is there any different ul rage that con be used for example the ol you can say start=â3â
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
+ 3
//Please describe more, sucirel???
+ 2
no no no im mean is how do i make a sucirel to a box
https://code.sololearn.com/Wkg98RPPX24E/?ref=app
+ 2
i found it thx anyway <ul type="square">