‣
By using the object element we can represent external resources in a web page.
<object type="application/pdf" data="assets/documents/MDN.pdf" width="1024" height="600"><!-- Fallback option goes here --></object>
By using the object element we can represent external resources in a web page.
<object type="application/pdf" data="assets/documents/MDN.pdf" width="1024" height="600"><!-- Fallback option goes here --></object>