<!DOCTYPE html> <html> <body> <h1>The object type attribute</h1> <object data="https://horje.com/avatar.png" type="image/jpg" width="500" height="300"> </object> </body> </html>