<!DOCTYPE html> <html> <body> <h1>The embed height and width attributes</h1> <embed type="image/jpg" src="https://horje.com/avatar.png" width="200" height="200"> </body> </html>