diff --git a/docs/html/lists/definition-lists.md b/docs/html/lists/definition-lists.md index c5a9bc62f..0c325f300 100644 --- a/docs/html/lists/definition-lists.md +++ b/docs/html/lists/definition-lists.md @@ -2,7 +2,7 @@ id: definition-lists title: Mastering Definition Lists in HTML sidebar_label: Definition Lists -sidebar_position: 3 +sidebar_position: 4 tags: [html, web-development, definition-lists, lists] description: 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. --- diff --git a/docs/html/lists/list-intro.md b/docs/html/lists/list-intro.md new file mode 100644 index 000000000..6d0e88dbf --- /dev/null +++ b/docs/html/lists/list-intro.md @@ -0,0 +1,92 @@ +--- +id: list-intro +title: "HTML Lists Introduction" +sidebar_label: "List" +sidebar_position: 1 +tags: [html, web-development, lists] +description: "In this tutorial, you will learn about lists in HTML. Lists are used to display a collection of items in a structured format." +keywords: + [html lists, html ul, html ol, html dl, html list items, html list tags] +--- + +Lists are an essential part of web development, allowing you to organize and present information in a structured format. Whether you're creating a simple to-do list or a complex glossary, HTML provides several types of lists to suit your needs. In this tutorial, we'll explore the three main types of lists in HTML: unordered lists, ordered lists, and definition lists. By the end, you'll have a solid understanding of how to use lists effectively in your web projects. + + + +## What Are Lists in HTML? + +Lists in HTML are used to display a collection of items in a structured format. They are particularly useful for presenting information in a clear and organized manner. HTML provides three main types of lists: + +1. **Unordered Lists (`