HTML <noframes> 标签用于包含在浏览器不支持 <frame> 内容时显示的替代文本。它只会工作,如果浏览器不支持其他框架,它将被浏览器忽略。
<noframes> 标签应该用在 <frameset> 元素中。
<noframes>........</noframes>
以下是关于 HTML <noframes> 标签的一些规范
展示 | 堵塞 |
开始标签/结束标签 | 开始和结束标签 |
用法 | 带框架 |
<!DOCTYPE html> <html> <head> <title>Noframe tag</title> </head> <frameset cols="50%,50%"> <frame src="https://www.rocschool.com/tutorial/html-tutorial/"> <frame src="https://www.rocschool.com/tutorial/css-tutorial/"> <noframes>Sorry! Your browser does not support frames. </noframes> </frameset> </html>
<noframes > 标签在 HTML 中不包含任何特定属性。
<noframes> 标签仅支持 HTML 中的全局属性。
元素 | Chrome | IE | Firefox | Safari | Opera |
---|---|---|---|---|---|
<noframes> | Yes | Yes | Yes | Yes | Yes |
© Copyright 2011-2021 www.rocschool.com. All rights reserved. Developed by RocSchool. Powered by qibosoft X1.0 Code. 琼ICP备2021004297号-1