Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
<!-- Modern: iframe for HTML content --> <iframe src="page.html" title="Content"></iframe> <!-- PDF display with iframe --> <iframe src="document.pdf" title="PDF document" width="100%" height="600"></iframe> <!-- Legacy: object (avoid for new projects) --> <object data="file.pdf" type="application/pdf" width="600" height="400"> <p>PDF viewer not available. <a href="file.pdf">Download PDF</a></p> </object>
Result
Open