<html>
<body>
<p>
An image:
<img src="/demo/smiley.gif" alt="Smiley face" width="32" height="32"></p>
<p>
A moving image:
<img src="/demo/hackanm.gif" alt="Computer man" width="48" height="48"></p>
<p>
Note that the syntax of inserting a moving image is no different from a non-moving image.
</p>
</body>
</html>