Basic <marquee> ... </marquee> 
         
        <marquee>McWebber Marquee Page</marquee> 
        
        Direction <direction=#> #=left, right 
         
        <marquee direction=left>McWebber's Marquee
        Page</marquee> 
        
        <marquee direction=right>McWebber's Marquee
        Page</marquee> 
        
        Behavior <behavior=#> #=scroll, slide, alternate 
         
        <marquee behavior=scroll>McWebber's Marquee
        Page</marquee> 
        
        <marquee behavior=slide>McWebber's Marquee
        Page</marquee> 
        
            <marquee
        behavior=alternate>McWebber's Marquee Page</marquee> 
        
        Loop <loop=#> number=# or infinite 
         
        <marquee loop=3 width=50% behavior=scroll>McWebber's
        Marquee Page 
        </marquee><P> 
        
        <marquee loop=3 width=50%
        behavior=slide>McWebber's Marquee Page 
        </marquee><P> 
        
            <marquee loop=3 width=50%
        behavior=alternate>McWebber's Marquee Page 
        </marquee> 
        
        Scroll Amount <scrollamount=#> 
         
        <marquee scrollamount=50>McWebber's Marquee
        Page</marquee>  
        
        Align <align=#> #=top, middle,
        bottom 
         
        <font size=6> 
        <marquee align=# width=200>McWebber's Marquee Page</marquee> 
        </font> 
        
        Background Color <bgcolor=#> #=rrggbb or name 
         
            <font face="verdana"> 
         
        <marquee bgcolor="#00bdbd">McWebber's
        Marquee Page</marquee></font> 
        
        Size <height=# width=#> 
         
        <marquee height=40 width=50%  
        bgcolor="#00bdbd"> 
        McWebber's Marquee Page 
        </marquee>  
        
        Margins <hspace=# vspace=#> 
         
        -------------------------------------------<br> 
         
        <marquee hspace=20 vspace=20 width=150
        bgcolor="#00bdbd" align=middle> 
        McWebber Marquee Page</marquee> 
        Thanks for visiting my page.<br> 
        --------------------------------------------  
        ------------------------------------------- 
        Thanks
        for visiting my page. 
        --------------------------------------------  
        <FONT SIZE=6 FACE="ARIAL, 
        VERDANA,HELVETICA, 
        TIMES NEW ROMAN" COLOR="#FF0000"> 
        <marquee height=50 width=50% bgcolor="#00bdbd">McWebber's Marquee
        Page</marquee></font> 
        
        Marquee using style tags. *May only work in  
        newer versions of IE supporting CSS. 
         
        <marquee align="middle"
        behavior="alternate"  
        direction="right" scrollamount="7" scrolldelay="88"
        width="75%" height="30" border="0" 
        style="font-family: Verdana; font-size: 14pt; color: #0000ff">McWebber
        Marquee Page</marquee> 
        
        <p><marquee align="middle"
        direction="right" scrollamount="7" scrolldelay="88"
        width="50%"  
        height="30" border="0" ><a
        href="mailto:mcwebber@aol.com"><img src="images/2.gif"
        border="0" HEIGHT="30" WIDTH="33">
        </a></marquee></p>  
        TOP 
         |