'end' Example : end « Microsoft Attributes « HTML / CSS






'end' Example

<HTML>
<HEAD>
<STYLE>
    .time{ behavior: url(#default#time2);}
</STYLE>
</HEAD>
<BODY BGCOLOR="white">
<SPAN CLASS=time STYLE="COLOR:Red;" BEGIN="0" end="3"
    TIMEACTION="display">
    <H3>Paragraph #1</H3>
    <P>This is paragraph number one. 
       It appears for three seconds immediately 
       after the page is loaded.</P>
</SPAN>
</BODY>
</HTML>
      
      








Related examples in the same category