eckb Introduction to EC
Tools of EC
Applications of EC
Home HTML Graphics Programming Servers
Applications Development
Issues
WinterLine
Informational
Appearance
Spacing
Lists
Images
Links

Example: Informational Unorderd Lists

<HTML>
<HEAD>
<TITLE>Unordered Lists</TITLE>
</HEAD>

<BODY>
<H1>Unordered Lists</H1>
<P>the following is a simple list:</P>
There are three primary colors:
<ul>
 <li>Red
 <li>Green
 <li>Yellow
</ul>
<HR>
<P>the following is a nested list:</P>
Two of the four seasons are:
<ul>
  <li>Spring, which is characterized by:
  <ul>
    <li>Sunshine
    <li>Flowers
  </ul>
  <li>Summer, which is characterized by:
  <ul>
    <li>Heat
    <li>Humidity
  </ul>
</ul>
<HR>
<P>the following illustrates the ability to change bullet shapes:</P>
Two of the four seasons are:
<ul type=circle>
  <li>Spring, which is characterized by:
    <ul type=square>
      <li>Sunshine
      <li>Flowers
    </ul>
   <li>Summer, which is characterized by:
   <ul>
      <li type=disc>Heat
      <li type=square>Humidity
   </ul>
</ul>
</BODY>
</HTML>
 

View the results of the above html code

WinterLine
ECKB Home EC Course Home EC Participants Home

©  1998, Simha R. Magal  |  Feedback