欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

HTML <iframe> 標(biāo)簽的 src 屬性

定義和用法

src 屬性規(guī)定在 iframe 中顯示的文檔的 URL。

實(shí)例

帶有滾動(dòng)條的 iframe:

<iframe src="/index.html">
<p>Your browser does not support iframes.</p>
</iframe>

TIY

語法

<iframe src="value">

屬性值

描述
URL

規(guī)定顯示在 iframe 中的文檔的地址。

可能的值:

  • 絕對(duì) URL - 指向其他站點(diǎn)(比如 src="www.example.com/index.html")
  • 相對(duì) URL - 指向站點(diǎn)內(nèi)的文件(比如 src="index.html")