iframe sandbox Attribute - An <iframe> sandbox allowing form submission: - HTML CSS HTML Tag

HTML CSS examples for HTML Tag:iframe

Description

iframe sandbox Attribute - An <iframe> sandbox allowing form submission:

Demo Code

ResultView the demo in separate window

<!DOCTYPE html>
<html>
<body>

<iframe src="demo_iframe_sandbox_form.htm" sandbox="">
  <p>Your browser does not support iframes.</p>
</iframe><!--from www.jav a 2s.c om-->

</body>
</html>

Related Tutorials