<Html>
<frameset cols="25%,50%,25%">
<Frame src = \ '# \' "/>
<Frame src = \ '# \' "/>
<Frame src = \ '# \' "/>
</frameset>
</Html>
Differences between HTML and XHTML
NONE
Tips and notes:
Note: If you want to verify a page that contains a framework, make sure that the DTD is set to "Frameset DTD ". Read more about XHTML verification.
Important: you cannot use the <body> </body> label with the <frameset> </frameset> label. However, if you want to add a <noframes> label to a browser that does not support the framework, place the label in the <body> </body> label!
Optional attributes
Attribute |
Value |
Description |
DTD |
Cols |
|
Defines the number and size of columns in the framework set. Detailed information about the cols attribute. |
F |
Rows |
|
Defines the number and size of rows in the framework set. Details about the rows attributes. |
F |
This article is from the "programming path" blog, please be sure to keep this source http://huangby.blog.51cto.com/5199904/1292300