HTML Lists

 



Types of HTML Lists

  • Unordered List: An unordered list is used to create a list of items that are not in any particular order. Each list item is marked with a bullet point.

  • Ordered List: An ordered list is used to create a list of items in a specific order, typically indicated by numbers.

  • Definition List: Organizes items in a format similar to a dictionary, with terms and their corresponding definitions.

An Unordered List

  • An unordered list is used to create a list of items that are not in any particular order. Each list item is marked with a bullet point.

cwh tutorial image


An Ordered List

  • An ordered list is used to create a list of items in a specific order, typically indicated by numbers.

cwh tutorial image

A Definition List

  • A definition list arranges items in a way similar to a dictionary, with a term followed by its definition. This is useful for glossaries or to display metadata.

cwh tutorial image

Related Posts:

  • HTML Working How do websites work?When a user sends a request to a server by typing  (www.devjunctionpoint.blogspot.com) on the internet or browseryour … Read More
  • HTML Introduction  What is HTML5?HTML stands for Hypertext Markup LanguageHypertext is Text which contains links to other textsmarkup language it's a way to … Read More
  • HTML Attributes What is an HTML Attribute?HTML attributes provide additional information about HTML elements. Attributes are always specified in the start … Read More
  • HTML Page Structure Understanding the Structure of an HTML Document <!DOCTYPE html> // let browser know it's an HTML5 Document.<html> // Root of an… Read More
  • HTML Comments it is used to understand the code written by someone.the browser will ignore the comments Types of Comments in HTMLSingle-line CommentsSing… Read More

0 Comments:

Post a Comment

Do leave your comments