DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

HTML Reference: Lists

Quick reference for Lists.

Read time: 1 min Words: 14
Open Playground → HTML My Progress

HTML Reference — Lists

Quick summary of Lists with syntax and example.

Syntax

<ul><li>Item</li></ul>

Example

<ul>
  <li>Apple</li>
  <li>Orange</li>
</ul>