noframes 元素可為那些不支持框架的瀏覽器顯示文本。noframes 元素位於 frameset 元素內部。
基本介紹
- 外文名:NOFRAMES
- 作用:不支持框架的瀏覽器顯示文本
- 位於: frameset 元素內部
- 包裝:<body></body>
基本內容,定義和用法,例子,HTML4.01 與 HTML5 之間的差異,標準屬性,事件屬性,單詞 NOFRAMES,
基本內容
定義和用法
提示和注釋:注釋: 如果瀏覽器有能力處理框架,就不會顯示出 frameset 元素中的文本。
重要事項: 如果您希望 frameset 添加 <noframes> 標籤,就必須將其中的文本包裝在 <body></body> 標籤中!
注釋: 如果您希望驗證包含框架的頁面,請確保 DTD 被設定為 "Frameset DTD"。
例子
<frameset cols = "25%, 25%,*">
<noframes> <body>Your browser does not handle frames!
</body>
</noframes>
<frame src ="venus.htm" />
<frame src ="sun.htm" />
<frame src ="mercur.htm" />
</frameset>
HTML4.01 與 HTML5 之間的差異
HTML5不支持 <noframes> 標籤,HTML 4.01 支持該標籤。
標準屬性
id, class, title, style, dir,lang, xml:lang如需完整的描述,請訪問標準屬性 。 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>
事件屬性
HTML 4.01 中,<noframes> 標籤支持以下的事件屬性:
屬性 | 值 | 描述 |
---|---|---|
script | 當滑鼠被單擊時執行腳本 | |
ondblclick | script | 當滑鼠被雙擊時執行腳本 |
onmousedown | script | 當滑鼠按鈕被按下時執行腳本 |
onmousemove | script | 當滑鼠指針移動時執行腳本 |
onmouseout | script | 當滑鼠指針移出某元素時執行腳本 |
script | 當滑鼠指針懸停於某元素之上時執行腳本 | |
onmouseup | script | 當滑鼠按鈕被鬆開時執行腳本 |
onkeydown | script | 當鍵盤被按下時執行腳本 |
onkeypress | script | 當鍵盤被按下後又鬆開時執行腳本 |
script | 當鍵盤被鬆開時執行腳本 |
單詞 NOFRAMES
不支持框架標籤
編輯推薦 ... 設定框架滾動條顯示(scrolling) 不支持框架標籤(noframes) 表格基本標籤(table)、(tr)和(td) ...
視框時的形式
短語
edit noframes content 編輯無框架內容
NOFRAMES無支援分割視窗瀏覽器顯示文字
雙語例句
If for some reason you have to use the framework, then please remember: youhave the background in the code must have the right to use the NOFRAMES tag,it is very important.
如果你出於某種原因非要使用框架結構,那么請緊記:在你得後台代碼中一定要正確得使用NOFRAMES標記,這一點非常重要。