Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> #target { width: 400px; height: 300px; overflow-y: auto; overflow-x: auto; resize: both; position: relative; z-index: 2; } iframe { width: 100%; height: 100%; border: none; } </style> </head> <body> <div id="target"> <iframe src="/quiz/"></iframe> </div> </body> </html>