Skip to content
  • Blog (1)
  • About Us
  • Tags
  • Donations
1SMARTchicken - Code Made Easy
  • Tutorials (195)
  • Reference (2173)
  • Snippets (69)

Tag: List

1SMARTchicken - Code Made Easy

Tag: List

  • Tutorials (195)
  • Reference (2173)
  • Snippets (69)
  • Blog (1)
  • About Us
  • Tags
  • Donations
1SMARTchicken - Code Made Easy
  • Tutorials (195)
  • Reference (2173)
  • Snippets (69)
1SMARTchicken - Code Made Easy

Tag: List

  • Tutorials (195)
  • Reference (2173)
  • Snippets (69)
  • Home
  • List
HTML Tutorials

HTML – Lists

October 3, 2024 / HTML Tutorials, Tutorials / List, Text

There are three different types of HTML lists: ordered lists, unordered lists, and definition lists.

HTML Reference

HTML – Datalist Tag

August 22, 2024 / HTML Reference, HTML Tags, Reference / List, Text

The <datalist> tag specifies a list of pre-defined options for an <input> tag. Users will see a drop-down list of options as they input data.

HTML Reference

HTML – Definition Description Tag

August 22, 2024 / HTML Reference, HTML Tags, Reference / List, Text

The <dd> tag is the definition description of the related <dt> tag (definition term) within a <dl> tag (definition list).

HTML Reference

HTML – Definition List Tag

August 22, 2024 / HTML Reference, HTML Tags, Reference / List, Text

Definition lists use the <dl> tag and the list items (definition terms) within use the <dt> tag. The <dd> tag is the definition description of the related term.

HTML Reference

HTML – Definition Term Tag

August 22, 2024 / HTML Reference, HTML Tags, Reference / List, Text

The <dt> tag (definition term) lives with the <dl> tag (definition list) and uses the <dd> tag (definition description) to define the meaning of the listed term.

HTML Reference

HTML – List Item Tag

August 22, 2024 / HTML Reference, HTML Tags, Reference / List, Text

The <li> tag defines a list item used inside ordered lists (<ol>) and unordered lists (<ul>).

HTML Reference

HTML – Option Group Tag

August 23, 2024 / HTML Reference, HTML Tags, Reference / Form, List

The <optgroup> tag is used to group related options in a <select> element (drop-down list), which makes things easier to see for the user.

HTML Reference

HTML – Option Tag

August 23, 2024 / HTML Reference, HTML Tags, Reference / Form, List

The <option> tag defines an option in a <select> element, <optgroup> element, or <datalist> element.

HTML Reference

HTML – Ordered List Tag

August 23, 2024 / HTML Reference, HTML Tags, Reference / List, Text

The <ol> tag defines an ordered list which can be numerical or alphabetical.

HTML Reference

HTML – Select Tag

August 23, 2024 / HTML Reference, HTML Tags, Reference / Form, List

The <select> tag is used to create a drop-down list, and is most often used in a form to collect user input.

HTML Reference

HTML – Unordered List Tag

August 23, 2024 / HTML Reference, HTML Tags, Reference / List, Text

The <ul> tag defines an unordered list which uses various bullet types before each list item.

HTML Reference

HTML – List Item Attributes

August 1, 2024 / HTML Attributes, HTML Reference, Reference / List, Text

The li tag defines a list item used inside ordered lists (ol). These are its attributes.

HTML Reference

HTML – Option Attributes

August 1, 2024 / HTML Attributes, HTML Reference, Reference / Form, List

The option tag defines an option in a select element, optgroup element, or datalist element. These are the attributes for the option tag.

HTML Reference

HTML – Option Group Attributes

August 1, 2024 / HTML Attributes, HTML Reference, Reference / Form, List

The optgroup tag is used to group related options in a select element (drop-down list). These are the attributes used in an optgroup element.

HTML Reference

HTML – Ordered List Attributes

August 1, 2024 / HTML Attributes, HTML Reference, Reference / List, Text

The ol tag defines an ordered list which can be numerical or alphabetical. These are its attributes.

HTML Reference

HTML – Select Attributes

August 1, 2024 / HTML Attributes, HTML Reference, Reference / Form, List

The select tag is used to create a drop-down list, and is most often used in a form to collect user input. These are the attributes for the select tag.

HTML Reference

HTML – Ordered List Style Types

July 28, 2024 / HTML Reference, HTML Resources, Reference / List, Text

Ordered list items will be marked with numbers by default (1, 2, 3, etc.). These number types can be changed, and the starting number can be set. The numeral types can also be set using the CSS list-style-type property.

HTML Reference

HTML – Types of Lists

July 28, 2024 / HTML Reference, HTML Resources, Reference / List, Text

There are three different types of HTML lists: ordered lists, unordered lists, and definition lists.

HTML Reference

HTML – Unordered List Style Types

July 28, 2024 / HTML Reference, HTML Resources, Reference / List, Text

Unordered list items will be marked with a small black dot (disc) by default. These bullet types can be changed using the following attributes. The bullet types can also be set using the CSS list-style-type property.

CSS Tutorials

CSS – Styling HTML Lists

October 5, 2024 / CSS Tutorials, Tutorials / List, Text

In HTML, there are two main types of lists: unordered lists <ul>, which use bullets for each list item and ordered lists <ol>, which use a numbering system.

1 2 3 Next →

or View All Tags

Tutorials

  • HTML Tutorials (40)
  • CSS Tutorials (45)
    • CSS Flexbox (12)
  • JavaScript Tutorials (18)
  • jQuery Tutorials (13)
  • PHP Tutorials (0)
  • SQL Tutorials (0)
  • Python Tutorials (79)
    • Python File Handling (4)
    • Python and MySQL (11)
  • WordPress Tutorials (0)

Reference

  • HTML Reference (244)
    • HTML Tags (107)
    • HTML Attributes (46)
    • HTML Events (76)
    • HTML Resources (15)
  • CSS Reference (309)
    • CSS Selectors (55)
    • CSS Properties (220)
    • CSS Functions (17)
    • CSS Resources (17)
  • JavaScript Reference (556)
    • JavaScript Selectors (7)
    • JavaScript Operators (12)
    • JavaScript Statements (17)
    • JavaScript Methods (285)
    • JavaScript Properties (162)
    • JavaScript RegExp (45)
    • JavaScript Resources (28)
  • jQuery Reference (220)
    • jQuery Selectors (54)
    • jQuery Methods (140)
    • jQuery Ajax Methods (16)
    • jQuery Properties (17)
    • jQuery Resources (9)
  • PHP Reference (460)
    • PHP Keywords (59)
    • PHP Functions (400)
    • PHP Constants (0)
    • PHP Resources (1)
  • SQL Reference (290)
    • SQL Keywords (59)
    • MySQL Functions (138)
    • SQL Server Functions (83)
    • SQL Resources (10)
  • Python Reference (94)
    • Python Methods (86)
    • Python Resources (8)
  • WordPress Reference (0)

Snippets

  • HTML Snippets (3)
  • CSS Snippets (12)
  • JavaScript Snippets (5)
  • jQuery Snippets (8)
  • PHP Snippets (1)
  • SQL Snippets (3)
  • Python Snippets (1)
  • WordPress Snippets (36)
1SMARTchicken - Code Made Easy

333 Washington Blvd.
Suite 126
Marina del Rey, CA 90292
United States

contact2026@1smartchicken.com

  • About Us
  • Privacy Policy
  • Cookie Policy
  • Terms & Conditions

Search for Code:

or View All Tags

Copyright © 2026 1SMARTchicken | All Rights Reserved.