You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

<ul>

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.



  • No labels