Skip to content

Opening book details…

About this document

HTML Lists: Ordered vs Unordered by ETL LABS is a document available to read on EtoBox.

This document describes four different list types in HTML: 1. Ordered lists use the <ol> tag and display items numbered by default using the <li> tag. 2. Unordered lists use the <ul> tag and display items with bullet points using the <li> tag. 3. Definition lists use the <dl> tag to contain terms defined with <dt> and descriptions defined with <dd>. 4. The <span> tag groups inline elements and provides a way to style or identify part of a document without introducing a new block-level element.

Author
ETL LABS
Language
EN