Type attribute can be added to the unordered list true or false

10 Lists

Contents

  1. Introduction to lists
  2. Unordered lists [UL], ordered lists [OL], and list items [LI]
  3. Definition lists: the DL, DT, and DD elements
    1. Visual rendering of lists
  4. The DIR and MENU elements

    : The Unordered List element

The

    HTML element represents an unordered list of items, typically rendered as a bulleted list.

    Content categoriesPermitted contentTag omissionPermitted parentsImplicit ARIA rolePermitted ARIA rolesDOM Interface
    Flow content, and if the
      element's children include at least one
    • element, palpable content.
    Zero or more
  • , and elements.
  • None, both the starting and ending tag are mandatory.
    Any element that accepts flow content.
    list
    directory, group, listbox, menu, menubar, none, presentation, radiogroup, tablist, toolbar, tree
    HTMLUListElement

      : The Ordered List element

    The

      HTML element represents an ordered list of items — typically rendered as a numbered list.

      Content categoriesPermitted contentTag omissionPermitted parentsImplicit ARIA rolePermitted ARIA rolesDOM interface
      Flow content, and if the
        element's children include at least one
      1. element, palpable content.
      Zero or more
    1. , and elements.
    2. None, both the starting and ending tag are mandatory.
      Any element that accepts flow content.
      list
      directory, group, listbox, menu, menubar, none, presentation, radiogroup, tablist, toolbar, tree
      HTMLOListElement

      Video liên quan

Bài mới nhất

Chủ Đề