Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>Example of HTML iframe tag</title> </head> <body> <iframe src="/examples/html/hello.html" width="400" height="300" scrolling="auto"> <p>[Your browser does not support frames or is currently configured not to display frames. However, you may visit <a href="/examples/html/optional.html">the related document.</a>]</p> </iframe> </body> </html>