当前位置: 首页 > 文档资料 > HTML 入门教程 >

<noframes>

优质
小牛编辑
120浏览
2023-12-01

描述 (Description)

HTML 标记用于处理不支持标记的浏览器。 此标记用于显示备用文本消息。

例子 (Example)

<!DOCTYPE html>
<html>
   <head>
      <title>HTML noframes Tag</title>
   </head>
   <frameset cols = "200, *">
      <frame src = "/html/menu.htm" name = "menu_page" />
      <frame src = "/html/main.htm" name = "main_page" />
      <noframes>
         <body>
            Your browser does not support frames.
         </body>
      </noframes>
   </frameset>
</html>

全局属性 (Global Attributes)

此标记支持 - HTML Attribute Reference描述的所有全局属性

浏览器支持 (Browser Support)

ChromeFirefoxIEOperaSafariAndroid
YesYesYesYesYesYes