Answers for "ul and ol attributes in html"

2

ul attributes in html

<ul style="list-style-type:circle"></ul>
<ul style="list-style-type:disc"></ul>
<ul style="list-style-type:square"></ul>
Posted by: Guest on May-30-2021
0

html ol vs ul

The ol element is used when the list is ordered and the ul element is 
used when the list is unordered. an unordered list is marked by bullet points
and an ordered list is marked by numbers.
Posted by: Guest on June-30-2021

Browse Popular Code Answers by Language