ul

Purpose

A list of unordered items.

Contained by

Contains

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 component name and its location in your project folders</li>
      <li>Attributes or references to existing project components</li>
    </ul>
  </body>
</html>

Related topics