Notes
You could use the code below to display the movies in a row rather than using pictures as I did above. However, unless your server is fast and is able to stream the videos, then the users will have to wait for all three movies to download. It would not really present a problem in this example as the videos are small and only a few seconds long, but this would not apply in the majority of cases.
<p>
<embed src="PC.mov" height="194" width="146" autoplay="false"></embed>
<embed src="Imac.mov" height="194" width="146" autoplay="false"></embed>
<embed src="laptop.mov" height="194" width="146" autoplay="false"></embed>
</p>