My Blog

My WordPress Blog

My Blog

My WordPress Blog

3. HTML Lists

Definition Lists

HTML Definition Lists HTML definition lists define list items having the structure of terms and their corresponding definitions. These types of lists are used to define a listing structure where each list item (data term) contians its corresponding explanation (definition description). The <dl> tag supports almost all browsers. It also supports the global attributes and event attributes. It […]

Ordered Lists

Ordered HTML Lists An ordered list is a collection of items that have a specific order or sequence. HTML ordered list is created by <ol> tag where each list item is defined by the <li> tag. This type of ordered list is used to show the list items, where they are marked with an ordered numbered list, such as the steps of a […]

Lists

HTML Lists HTML lists are group or collection of items. These items can be both organized and unorganized depending on the requirement. They help in organizing, structuring, and presenting information to make it more user-friendly, readable, and accessible. Sample lists are shown below. − Using Lists in HTML To display a list of information in HTML, […]

Scroll to top