<!DOCTYPE html> <html> <body> <p>Here the width attribute of object tag represents the width of content. </p> <object data="files/logo.png" type="image/png" width="400px"> </object> </body> </html>
Run
×
Share