<!DOCTYPE html> <html> <body> <p>height attribute specifies the height of embedded content.</p> <object data="files/logo.png" type="image/png" height="400px"> </object> </body> </html>
Run
×
Share