List

List: Lists are used to group together related pieces of information so they are clearly associated with each other and easy to read. In modern web development, lists are workhorse elements, frequently used for navigation as well as general content.

Types of lists:

  • Ordered List:
    used to group a set of related items in a specific order
  • Example:
    1. Python
    2. Java
    3. C / C++ / C#
    4. React
    5. Next Js
    6. Gatsby JS
    7. Serve
  • Unordered List:
    used to group a set of related items in no particular order
  • Example:
  • Description List:
    used to display name/value pairs such as terms and definitions
  • Example:
    Python
    Python was conceived in the late 1980s by Guido van Rossum
    Java
    The Java programming language was developed by Sun Microsystems in the early 1990s.
    C++
    High-level computer programming language developed by Bjarne Stroustrup