编辑下面的代码:【加编码】
<html> <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>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂