L
HTML
Curriculum
Lessons
Tag Glossary
Playground
🕯️
← Back to Tag Glossary
<ul>
Lists & Tables
Creates a bulleted (unordered) list of items.
Common Attributes
This element supports only global attributes.
interactive-example.html
<ul> <li>Apple</li> <li>Banana</li> </ul>
Live Preview