HTML Outlines

[Return to HTML Index]

<HTML>

<HEAD>
<TITLE>
What you put here is what appears at the top of the browser window (in the blue section) AND it is what the page is called when you add a bookmark for it
</TITLE>
</HEAD>

<BODY>

<OL TYPE="I"><LI>This is the first Roman numeral
    
     <OL><LI>This is the first number
         
     <OL TYPE="A"><LI>This is the first capital letter
              
     <OL TYPE="a"><LI>This is the first small letter
                   
<LI>This is the second small
                   
<LI>This is the third small
               
    </OL>
               <LI>This is the second capital
              
<LI>This is the third capital
          
    </OL>
         
<LI>This is the second number
         
<LI>This is the third number
    
     </OL>
     <LI>This is the second Roman numeral
   
     <OL><LI>This is the first number
        
<LI>This is the second number
        
     <OL TYPE="A"><LI>This is the first capital letter
              
     <OL TYPE="a"><LI>This is the first small letter
                   
<LI>This is the second small
                   
<LI>This is the third small
               
    </OL>
               <LI>This is the second capital
              
<LI>This is the third capital
          
    </OL>
    
    </OL>
    
<LI>This is the third Roman numeral
  
     <OL><LI>This is the first number
        
<LI>This is the second number
    
    </OL>
</OL>
</BODY>

</HTML>


The example above provides the following outline:

  1. This is the first Roman numeral          
    1. This is the first number               
      1. This is the first capital letter                    
        1. This is the first small letter                    
        2. This is the second small                    
        3. This is the third small
      2. This is the second capital               
      3. This is the third capital  
    2. This is the second number          
    3. This is the third number   
  2. This is the second Roman numeral         
    1. This is the first number         
    2. This is the second number              
      1. This is the first capital letter                    
        1. This is the first small letter                    
        2. This is the second small                    
        3. This is the third small   
      2. This is the second capital               
      3. This is the third capital     
  3. This is the third Roman numeral        
    1. This is the first number         
    2. This is the second number          

COMMENTS (in other words, documentation) for your HTML.  Use:

<COMMENT><!-- put your remarks here --></COMMENT>

Start NOW to document your pages so that when you go back to them, those tricky items like tables within tables within tables won't come back to haunt you!  Anything between <COMMENT> AND </COMMENT> will not show up on your page.  You will only see it if you view the source for the page.

[CF]     [CBA2]     [PBA]      [CPB]     [Return to HTML Index]      [SEND E-MAIL]     [RETURN TO MS GUNN'S SCHOOL PAGE]

Designed, programmed, edited and copyrighted by Ms Gunn � 1998