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 *

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

in Table To:


© 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