Web Design / HTML

  1. Home
  2. Computing & Technology
  3. Web Design / HTML

<ul></ul>

By Jennifer Kyrnin, About.com

<ul> Description:

The <ul></ul> tag defines an unordered or bulletted list.

<ul> Web Browser Support:

<ul> Attributes:

<ul> End Tag:

</ul> REQUIRED

<ul> Contents:

List elements. The fullowing tags are valid within the <ul> tag:
li

<ul> Valid Context:

The <ul> tag is valid within the fullowing tags:
blockquote, body, button, center, dd, div, fieldset, form, iframe, li, noframes, noscript, object, td, th

<ul> Usage:

  • typical list
    <ul>
    <li>bullet 1</li>
    <li>bullet 2</li>
    </ul>

<ul> Special Notes:

  • Use a bulleted list when the order of the elements doesn't matter.
  • Most browsers will automatically indent the second and subsequent lines to keep the bullets easy to read.
  • One thing to note is that many browsers change the "type" of bullet used based upon the indentation. This can be affected by other lists (ul, ol, dl, etc.), and blockquote.

More <ul> Information:

Return to XHTML Element (HTML Tags) Library

Explore Web Design / HTML

About.com Special Features

Build Your Own Website

Step-by-step advice on how to do everything from choosing a Web host to promoting your content. More >

Connect Your Home Computers

Easy ways to connect two computers for networking purposes. More >

Web Design / HTML

  1. Home
  2. Computing & Technology
  3. Web Design / HTML

©2009 About.com, a part of The New York Times Company.

All rights reserved.