最新的Web開發教程
 

HTML <iframe> seamless Attribute - Removed

<HTML <iframe>標記

一個<iframe>看起來像它包含文檔的一部分:

<iframe src="demo_iframe.htm" seamless></iframe>
試一試»

定義和用法

seamless屬性是一個布爾屬性。

如果存在,它指定的<iframe>看起來應該是包含文檔(無邊框或滾動條)的一部分。


瀏覽器支持

屬性
seamless 不支持 不支持 不支持 不支持 不支持

HTML 4.01和HTML5之間的差異

seamless屬性,HTML5是新的。


HTML和XHTML之間的差異

在XHTML中,屬性最小化是被禁止的,並且seamless屬性必須被定義為<iframe seamless="seamless">


句法

<iframe seamless>

<HTML <iframe>標記