HTML
##All browsers support the
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 theNote: 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
<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