Skip to main content

5 docs tagged with "lists"

View all tags

Data Structures

Mastering Python's built-in collections: Lists, Tuples, Dictionaries, and Sets, and their specific roles in data science pipelines.

HTML Definition Lists

Learn how to use HTML Definition Lists (<dl>) to structure data that consists of terms and their associated definitions or values, such as a glossary or metadata.

HTML Lists: Organizing Content

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

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, meaningful sequence.

HTML Unordered Lists

In this tutorial, you will learn about unordered lists in HTML. These lists are used to display a collection of items where the order is not important.