ul

The ul HTML element represents a list of items, where the order of the items is not important

Syntax

HTML

<ul attribute-name="attribute-value"></ul>

Attributes

CSS

ul
{
    display: block;
    list-style-type: disc;
    padding-left: 40px;
}

Examples

1 · CSS

2 · JS

HomeMenu