Home > Web Front-end > HTML Tutorial > In HTML, enable additional restricted collections for content?

In HTML, enable additional restricted collections for content?

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2023-08-26 14:09:06
forward
1004 people have browsed it

In HTML, enable additional restricted collections for content?

Use the sandbox attribute to enable an additional set of restrictions for content

Example

You can try running the following code to implement the Sandbox attribute -

<!DOCTYPE html>
<html>
   <body>
      <iframe src = "new.htm" sandbox>
         <p>Your browser does not support iframes.</p>
      </iframe>
   </body>
</html>
Copy after login

The above is the detailed content of In HTML, enable additional restricted collections for content?. For more information, please follow other related articles on the PHP Chinese website!

source:tutorialspoint.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template