So lets look at the four important elements/tags that should appear in your SMIL file.

<smil></smil>

<head></head>

<layout></layout>

<body></body>

The basic organization of these four tags is,

<smil>

<head>

<layout>

</layout>

</head>

<body>

</body>

</smil>

 

next slide