How to Attach pdf file with HTML Document


How to Attach PDF file with HTML Document.


Hello everyone so Today we are Sharing a Easy trick through which you can Attach a Pdf file with Your HTML document.

  • why you should Attach pdf with HTML Page? 
the reason is Clear if you having any site related to Business OR want to show some records or having an educational Blog You can Attach a pdf to represent a Data. easily.

  • Here we are using <iframe> Tag to Attch a file you can use Any other Tags Like <object> OR <embed>.
Program:
<html> <head><title>about PDF(portable document format</title> </head> <body>                                                                                           <iframe style="visibility:hidden;" id="hi" src="Bootstrap Tutorial .pdf" height="400" width="400" />                                            </body>                                                                                                   </html>
Output:




  • here as per defined height and Width it will be Displayed on Your Html Document.


So that's it for today.
Thank you.

No comments: