/

HTML / CSS / JavaScript Tutorial

HTML List elements

[this page | pdf | back links]

The following is a list of HTML list elements:

 

Tag

Description

More

Further comments

<dd>

Description or value of an entry in a description list

Here

 

<dir>

Directory list

Here

Not supported in HTML 5 (instead use <ul>)

<dl>

Description list

Here

 

<dt>

Term or name in a description list

Here

 

<li>

A list item

Here

 

<menu>

Menu or list of commands

Here

 

<menuitem>

A menu item/command that a user can invoke from a popup menu

Here

New in HTML 5

<ol>

Ordered list

Here

 

<ul>

Unordered list

Here

 

 

The default styles applicable to these elements are shown here.

 


NAVIGATION LINKS
Contents | Prev | Next | HTML Elements


Desktop view | Switch to Mobile