10_Prog/SlideShow2.htm
1 <?xml version="1.0" encoding="windows-1250"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "DTD/xhtml1-strict.dtd">
4 <html xmlns:t="urn:schemas-microsoft-com:time">
5 <head>
6 <title>SlideShow2</title>
7 <meta http-equiv="Author" content="Imrich BURANSKY" />
8 <meta http-equiv="Content-Type" content="text/html; charset=Windows-1250" />
9 <?import namespace="t" implementation="#default#time2">
10 <style>
11 .Obr { color:white; }
12 </style>
13 </head>
14 <body >
15 <h2>Slide show</h2>
16 <p>Tri obrázky s textom sa opakujú v nekonečnej postupnosti.</p>
17 <div class="Obr" >
18 <t:seq repeatcount="indefinite" >
19 <t:img src = "ovocie.png" dur="3"> Ovocie </t:img>
20 <t:img src = "more.jpg" dur="3"> More </t:img>
21 <t:img src = "slnko.jpg" dur="3"> Západ slnka </t:img>
22 </t:seq>
23 </div>
24 </body>
25 </html>