SMIL
Using SMIL, an author can:
- describe the temporal behaviour of the presentation
- describe the layout of the presentation on a screen
- associate hyperlinks with media objects
In the following example fragment, the position of a text element is set to a 5 pixel distance from the top border of the rendering window:
<smil>
<head>
<layout> <region id="a" top="5" /> </layout>
</head>
<body> <text region="a" src="text.html" dur="10s" /> </body>
</smil>