|
The <ul> element, combined with the li element, allows for
the definition of a list.
Select one the the
type
attributes to see it's effect on the provided example.
<ul id="ul-display" type="disc">
<li>First line item</li>
<li>Second line item</li>
<li>Third line item</li>
<li>Fourth line item</li>
</ul>
|
||