How to use sandbox attribute of value ( no value ) with < iframe > tag in HTML ? with example

How to use sandbox attribute of value ( no value ) with < iframe >  tag in HTML ? with example 


When we add "no value " then  Applies all restrictions


Example 

<body>

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

 sandbox="no value ">

</iframe>

</body>

Comments

Last 7 Days

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

Smart contract code for Anyone can send coins to each other without a need for registering with a username and password with help of Ethereum keypair

How to use referrerpolicy Attribute value (strict-origin ) with < iframe > tag in HTML ? with example

How use valign in HTML?

How do I start HTML coding?

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