Home > Article > Web Front-end > HTML tag
HTML 04a0d55efbbfd646a993fbc01f262c57 Tag
# definition and usage (Recommended learning: html tutorial )
& lt; frame & gt (frame).
Each frame in the frameset can set different properties, such as border, scrolling, noresize, etc.
Differences between HTML and XHTML
In HTML, the 04a0d55efbbfd646a993fbc01f262c57 tag does not have a closing tag.
In XHTML, the 04a0d55efbbfd646a993fbc01f262c57 tag must be closed properly.
Tip:
Note: If you wish to validate pages containing frames, make sure the doctype is set to "Frameset DTD". Read more about DOCTYPE.
Important: You cannot use the 6c04bd5ca3fcae76e30b72ad730ca86d36cc49f0c466276486e50c850b7e4956 tag with the f900b4fc197b16ab214eecf015bb6bd2eb5f059992a0ae0ef16884cb75644e40 tag. However, if you need to add a 37f861bd36cef5b6406eba87d20a5bab tag for browsers that don't support frames, be sure to place the tag within the 6c04bd5ca3fcae76e30b72ad730ca86d36cc49f0c466276486e50c850b7e4956 tag!
Example
Simple three-frame page:
<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"> </frameset> </html>
The above is the detailed content of HTML tag. For more information, please follow other related articles on the PHP Chinese website!