Images: Animated

The GIF standard allows animated images:

HTML file: Displayed by browser:
<!DOCTYPE html>
  <html>
    <body>
      <img src="images/hack.gif" alt="Computer man" style="width:48px;height:48px;">
    </body>
  </html>
Computer man

Note that the syntax of inserting animated images is no different from the syntax of inserting non-animated images.

Back button Table of Contents Next button