HTML <iframe> 标签
带有滚动条的 iframe:
<iframe src="/index.html"> <p>Your browser does not support iframes.</p> </iframe>
src="/index.html"
亲自试一试
src 属性规定在 iframe 中显示的文档的 URL。
<iframe src="value">
规定显示在 iframe 中的文档的地址。
可能的值:
Search: