Home >Web Front-end >HTML Tutorial >HTML
HTML 37f861bd36cef5b6406eba87d20a5bab Tag
##All browsers support the 37f861bd36cef5b6406eba87d20a5bab tag.
Definition and usage display text . The noframes element is inside the frameset element.
Differences between HTML and XHTMLNONE
Tips
Note:If the browser has the ability to handle frames, the text in the frameset element will not be displayed. Important:
If you want the frameset to add the 37f861bd36cef5b6406eba87d20a5bab tag, you must wrap the text in the 6c04bd5ca3fcae76e30b72ad730ca86d36cc49f0c466276486e50c850b7e4956 tag!Note: If you wish to validate pages containing frames, make sure the DTD is set to "Frameset DTD".
Note: In XHTML 1.0 Strict DTD, the 37f861bd36cef5b6406eba87d20a5bab tag is not allowed.
Example<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>
The above is the detailed content of HTML