HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

ul

Description

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

Syntax

HTML

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

Attributes

Global

CSS

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

Examples

1 · HTML

2 · CSS

3 · JS