eckb Introduction to EC
Tools of EC
Applications of EC
Home HTML Graphics Programming Servers
Applications Development
Issues
WinterLine
Getting Started
Basic HTML
Tables
Frames
Forms

Lists

A variety of lists can be generated using HTML. In this section we discuss unordered (bulleted) lists , ordered (numbered) lists, and definition lists.

The tags associated with unordered lists are <ul>, and <li>.
The tags associated with ordered lists are <ol>, and <li>
The tags associated with definition lists are <dl>, <dt>, and <dd>

<ul>: Defines the beginning and end of a unordered list
<li>:   Marks the beginning of an item in the list

<ol>:  Defines the beginning and end of a ordered list
<li>:    Marks the beginning of an item in the list

<dl>: Defines the beginning and end of a definition list
<dt>: Marks the beginning of a term to be defined
<dd>: Marks the beginning and end of the definition

Examples:

WinterLine
ECKB Home EC Course Home EC Participants Home

| © 1999 , Simha R. Magal  |  Feedback |