NOFRAMES

>frame >frame >frame

HTML元素 - noframes定義 包含對於那些不支持 FRAMESET 元素的瀏覽器使用的 HTML。 Contains HTML for browsers that do not support FRAMESET elements. 注釋 此元素在 Internet Explorer 3.0 及以上版本的 HTML 中可用,在 Internet Explorer 4.0 及以上版本的腳本中可用。 
html中的標籤。完整的樣式是
<noframes>
</noframes>
定義在不支持幀的瀏覽器中顯示您要給用戶的提示。
如:
<html>
<frameset cols="25%,50%,25%">
<frame src="/example/html/frame_a.html">
<frame src="/example/html/frame_b.html">
<frame src="/example/html/frame_c.html">
<noframes>
<body>您的瀏覽器無法處理框架!</body>
</noframes>
</frameset>
</html>

相關詞條

相關搜尋

熱門詞條

聯絡我們