Skip to main content

4 docs tagged with "lists"

View all tags

Definition Lists

In this tutorial, you will learn the basics of definition lists in HTML. We will cover what they are, common use cases, examples and you'll also get to see what they look like in real code.

HTML Lists Introduction

In this tutorial, you will learn about lists in HTML. Lists are used to display a collection of items in a structured format.

HTML Ordered Lists

In this tutorial, you will learn about ordered lists in HTML. Ordered lists are used to display a list of items in a specific order, such as numerical or alphabetical order.

HTML Unordered Lists

In this tutorial, you will learn about unordered lists in HTML. Unordered lists are used to display a list of items in no particular order.