Code and Output for object:

Code:

    <!DOCTYPE html>
    <html>
    <head>
      <title>Title of the document</title>
    </head>
    <body>
      <h1>The object element</h1>
      <object data="waterfall.jpg" width="300" height="200"></object>
    </body>
    </html>
  

Output:

The object element