Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The <ul> element indicates unordered list.

TypeBlock Element
ContentsOne or more of the following elements: <li>
Attributesattributes

values

(Default are bolded)

description
(none)
Examples


Example 9

<body>
<ul>
<li>non-browsable text entry</li>
<li><a href="http://host.com/index.html">hyperlink</a></li>
</ul>
</body>

Example 10

<body>
<ul>
<li>Choose region:</li>
<li><a href="http://host.com/index.html">Asia</a></li>
<li><a href="http://host.com/index.html">Europe</a></li>
<li><a href="http://host.com/index.html">America</a></li>
<li></li>
<li><a href="wtai://wp/mc;12345">Call Helpdesk</a></li>
</ul>
</body>

<li>

The <li> element contains list item.

TypeList Item Element
Contents

Any combination of text and the following elements: exactly one <a>, <p>, <br>

Attributesattributes

values

(Default are bolded)

description

(none)
ExamplesExample 11

<body>
<ul>
<li><a href="mailbox.html">02146912426</a>
<br/>20.07.2007 20:07</li>
<li><a href="mailbox.html">05956551531</a>
<br/>10.07.2007 10:07</li>
<li><a href="mailbox.html">32687751531</a>
<br/>12.01.2007 12:07</li>
<li><a href="mailbox.html">01371617556</a></li>
</ul>
</body>