首頁 >web前端 >html教學 >noframes標籤是什麼意思

noframes標籤是什麼意思

云罗郡主
云罗郡主原創
2019-02-15 11:06:064048瀏覽

noframes標籤是什麼意思?

noframes元素可為那些不支援框架的瀏覽器顯示文字。 noframes 元素位於 frameset 元素內部。

html noframes標籤 語法

作用:元素可為那些不支援框架的瀏覽器顯示文字。

說明:noframes 元素位於 frameset 元素內部。

註解:如果瀏覽器有能力處理框架,就不會顯示 frameset 元素中的文字。

html noframes標籤 範例

<html>
<frameset cols="25%,50%,25%">
  <frame src="http://www.php.cn/example/html/frame_a.html">
  <frame src="http://www.php.cn/example/html/frame_b.html">
  <frame src="http://www.php.cn/example/html/frame_c.html">
<noframes>
<body>您的浏览器无法处理框架!</body>
</noframes>
</frameset>
</html>


#

以上是noframes標籤是什麼意思的詳細內容。更多資訊請關注PHP中文網其他相關文章!

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
上一篇:nav是什麼標籤下一篇:nav是什麼標籤