HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

What are Lists in HTML

What are Lists in HTML?

 

HTML lists are basically used for grouping a set of related items in the form of lists. Some most important of these elements are:-

Ordered List which is described by ol tag.

Unordered List which is described by ul tag.

Description List which is described by dl tag.

Menu List which is described by menu tag.

Directory List which is described by dir tag.

Code Explanation

All Tutorials related to FAQs

All Sections related to HTML