<!DOCTYPE html> <html> <body> <h2>Animated Images</h2> <p>HTML allows moving images:</p> <img src="https://www.w3schools.com/html/programming.gif" alt="Computer man" style="width:48px;height:48px;"> </body> </html>