li

Purpose

A list item in an ordered, unordered or navigation list.

Contained by

Attribute groups

Example

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/2002/06/xhtml2">
  <head>
    <title>ul</title>
  </head>
  <body>
    <p>The wizard allows you to define:</p>
    <ul>
      <li>A policy name and its location in your project folders</li>
      <li>Attributes or references to existing project policies</li>
    </ul>
  </body>
</html>

Related topics