How to use < iframe > tag with sandbox attribute in HTML ? with Example

 How to use < iframe > tag with sandbox attribute in HTML ? with Example


The sandbox attribute enables 

an extra set of restrictions for the

 content in the iframe.



Example

<html>

<h1>Example of iframe tag in HTML </h1>

<body>

<iframe src="https://www.tech.thinkforu.org" sandbox>

</iframe>

</body>

</html>

Comments

Last 7 Days

How to use referrerpolicy Attribute value ( no-referrer-when-downgrade ) with < iframe > tag in HTML ? with example

How to use autoplay and mute attribute with < video > tag in HTML for youtube ? with example

How to use Local Variable for whose values are present till function is executing in solidity ?

How to add Amazon website inside iframe?

How to use comments in Solidity programming language ?

How to use string in Solidity programming language ?

How to use arrays in Solidity programming language ?