HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <h2>iframe allow modals</h2> <iframe src="/test/modals" sandbox="allow-modals allow-scripts"> <p>Your browser does not support iframes.</p> </iframe> <h2>iframe Restrict all</h2> <iframe src="/test/modals" sandbox=""> <p>Your browser does not support iframes.</p> </iframe> </body> </html>
OUTPUT
×

Save as Private