15 lines
239 B
HTML
15 lines
239 B
HTML
<!doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div>The iframe below is has <code>sandbox</code> attribute.</div>
|
|
|
|
<iframe sandbox src="sandboxed.html" style="height:60px;width:90%"></iframe>
|
|
|
|
</body>
|
|
</html>
|