Lists

 
Ordered List -- has numbers or other "attributes."
-- Good for instructions
<ol>
       <li> <!-- 1 -->         </li>
       <li> <!-- 2 -->         </li>
       <li> <!-- 3 -->         </li>
</ol>
 
Unordered List -- has "bullets"
-- Good in an index or to set off paragraphs.
<ul>
       <li>         </li>
</ul>
 
Definition List -- has no markings but easily indents
-- Makes a variety of layouts possible!
<dl>
       <dt>
             <dd>
</dl>
 

    The reader is invited to view the code of a page and see "how it's done."

Ordered Lists
multilevel
    this is the heading for the list
  1. this is the first item
      the is the heading for the first sublist
    1. this is the first item
    2. this is the first item
  2. this is the second item
  3. this is the third item
 
    this is the heading for the list
  1. this is the first item
  2. this is the second item
  3. this is the third item
 
different starting values
<ol start=# >
    this is the heading for the list
  1. this is the first item
  2. this is the second item
  3. this is the third item
 

[master list of all MSH! dictionary words] [tutorials & resource material arranged by topic [Good Stuff -- free & valuable resources] [MC,i. Home, site home page] spread sheet notes spread sheet notes
www.mathnstuff.com/papers/webstuf/lists.htm
  © 5/2019, Summer 2019, A. Azzolino