xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>W3Cschool(w3cschool.cn)</title>
</head>
<body>
<p>显示滚动条的 iframe:</p>
<iframe src="/" width="200" height="200" scrolling="yes">
<p>您的浏览器不支持 iframe 标签。</p>
</iframe>
<p>没有滚动条的 iframe :</p>
<iframe src="/" width="200" height="200" scrolling="no">
<p>您的浏览器不支持 iframe 标签。</p>
</iframe>
</body>
</html>