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-self"> <p>Your browser does not support iframes.</p> </iframe> <p><strong>Note:</strong> anchor tag (Learn Javascript) inside iframe is set to <strong>target="_self"</strong>, Note that linked document open inside iframe only, but not the entire window.</p> </body> </html>
OUTPUT
×

Save as Private