Horje

How to add HTML <iframe> sandbox allow-modals Attribute

Allows to open modal windows

index.html
Example: HTML
<iframe src="https://horje.com" sandbox="allow-modals">
  <p>Your browser does not support iframes.</p>
</iframe>

Output should be:

How to add HTML <iframe> sandbox allow-modals Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin