<IMG class=time id=gazou1
style="LEFT: 550px; POSITION: absolute; TOP: 50px"
src="C:\mail-data\gazou\02.gif" begin = "2"
    画像のタグに赤と橙を追加するだけです。
    画面が表示されてから2秒後に表示されます。
 
<IMG class=time id=gazou2
style="LEFT: 550px; POSITION: absolute; TOP: 150px"
src="C:\mail-data\gazou\03.gif" begin = "4" end="6">
    begin = "4" dur="6"  これも同じ意味です。
    end="10"  ・・・・時刻
        dur="6"      ・・・・時間
 
<HTML xmlns:t = "urn:schemas-microsoft-com:time">
    HTMLタグに追加します。
    これがないと画像などが動きません。
<IMG class=time id=gazou3
style="LEFT: 550px; POSITION: absolute; TOP: 300px"
src="C:\mail-data\gazou\04.gif" begin = "3">
<?import namespace=t urn="urn:schemas-microsoft-com:time" implementation= "#default#time2"/>
    これも以下の  t:animateMotion  で画像などを動かそうとする場合に必要です。
<t:animateMotion id=anime3 from = "0,0" targetElement = "gazou3" to = "0,100"
begin = "4" dur = "3" autoreverse="true" fill = "hold"></t:animateMotion>
       from to の部分、何処にあっても from は 0,0
    to は相対座標で考えます。