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