Basic HTML version of Foils prepared 11 May 1997

Foil 7 Formatting a Web Page: Lists

From Introduction to HTML--ECS400 fall 97 ECS400 Senior Undergraduate Course -- Spring Semester 97. by Nancy J. McCracken *

HTML can format three types of lists: an ordered list <ol>, an unordered list <ul>, and a descriptive list <dl>.
Here's an unordered list of topics about a company that people might be interested in.
<ul>
<li> About Handmade Oriental Rugs
<li> Catalog of Rugs
<li> Ordering Information
</ul>
The result of the formatting will be bulleted items.
Ordered lists are the same, except that you put <ol> in place of <ul> and the items will be numbered in the result.



© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Tue Aug 26 1997