How to use sandbox attribute value ( allow-presentation) with < iframe > tag in HTML ? with example
How to use sandbox attribute value ( allow-presentation) with < iframe > tag in HTML ? with example
Sandbox attribute value ( allow-presentation) use Allows to start a presentation session
Example
<body>
<iframe src="iframe sandbox.html"
sandbox="allow-presentation">
</iframe>
</body>
Comments
Post a Comment