国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

directory search
Attributes accesskey (attribute) class (attribute) contenteditable (attribute) contextmenu (attribute) data-* (attribute) dir (attribute) draggable (attribute) dropzone (attribute) Global attributes hidden (attribute) id (attribute) itemid (attribute) itemprop (attribute) itemref (attribute) itemscope (attribute) itemtype (attribute) lang (attribute) slot (attribute) spellcheck (attribute) style (attribute) tabindex (attribute) title (attribute) translate (attribute) Elements a abbr address area article aside audio b base bdi bdo blockquote body br button canvas caption cite code col colgroup data datalist dd del details dfn dialog div dl dt em embed fieldset figcaption figure footer form h1 head header hr html i iframe img input input type="button" input type="checkbox" input type="color" input type="date" input type="datetime"-local input type="email" input type="file" input type="hidden" input type="image" input type="month" input type="number" input type="password" input type="radio" input type="range" input type="reset" input type="search" input type="submit" input type="tel" input type="text" input type="time" input type="url" input type="week" ins kbd label legend li link main map mark menu menuitem meta meter nav noscript object ol optgroup option output p param picture pre progress q rp rt rtc ruby s samp script section select slot small source span strong style sub summary sup table tbody td template textarea tfoot th thead time title tr track u ul var video wbr Miscellaneous Attributes Block-level elements CORS enabled image CORS settings attributes Element Inline elements Kinds of HTML content Link types Microdata Optimizing your pages for speculative parsing Preloading content Reference Supported media formats Using the application cache Obsolete acronym applet basefont big blink center command content dir element font frame frameset hgroup image input type="datetime" isindex keygen listing marquee nextid noframes plaintext strike tt xmp
characters

已廢棄

該特性已經從 Web 標準中刪除,雖然一些瀏覽器目前仍然支持它,但也許會在未來的某個時間停止支持,請盡量不要使用該特性。

<frame> 是 HTML 元素,它定義了一個特定區(qū)域,另一個 HTML 文檔可以在里面展示。幀應該在<frameset>中使用。

<frame> 的使用不應提倡,因為有一些缺點,比如性能問題,以及使用屏幕閱讀器的用戶缺少可訪問性。比起<frame><iframe>更應該提倡。

屬性

就像其他 HTML 元素一樣,這個元素支持 全局屬性。

src 這個屬性指定了由幀展示的文檔。

name這個屬性用于給幀添加標簽。如果沒有標簽,所有鏈接都會在它們所在的幀中打開。noresize這個屬性避免讓用戶改變幀的大小。

scrolling這個屬性定義了滾動條的存在。如果不使用這個屬性,瀏覽器會按需放置滾動條。有兩個選擇:"yes" 用于展示滾動條,即使是多余的;"no" 用于不展示滾動條,即使它是必要的。

marginheight這個屬性定義了幀之間的邊距有多高。

marginwidth這個屬性定義了幀之間的邊距有多寬。

frameborder這個屬性允許你為幀添加邊框。

示例

<frameset cols="50%,50%">  <frame src="https://developer.mozilla.org/en/HTML/Element/iframe" />  <frame src="https://developer.mozilla.org/en/HTML/Element/frame" /></frameset>

瀏覽器兼容性

Feature

Chrome

Edge

Firefox

Internet Explorer

Opera

Safari

Basic Support

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

frameborder

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

marginheight

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

marginwidth

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

name

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

noresize

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

scrolling

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

src

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

Feature

Android

Chrome for Android

Edge mobile

Firefox for Android

IE mobile

Opera Android

iOS Safari

Basic Support

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

frameborder

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

marginheight

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

marginwidth

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

name

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

noresize

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

scrolling

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

src

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

Previous article: Next article: