HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #iframe1{ display:block; height:400px; width:400px; margin:0 auto; } </style> </head> <body> <iframe id="iframe1" src="/test/test-file-target-parent"> <p>Your browser does not support iframes.</p> </iframe> <p><strong>Note:</strong> the linked document will open in the <strong>entire output window</strong>, but not in the <strong>entire window</strong>.</p> </body> </html>
OUTPUT
×

Save as Private