Home  >  Article  >  Web Front-end  >  What does the HTML tag do?

What does the HTML tag do?

(*-*)浩
(*-*)浩Original
2019-12-10 14:19:463021browse

HTML f900b4fc197b16ab214eecf015bb6bd2 Tag

What does the HTML <frameset> tag do?

##All browsers support the f900b4fc197b16ab214eecf015bb6bd2 tag.

# definition and usage (Recommended learning: html tutorial )

# Frameset element can define a frame set. It is used to organize multiple windows (frames). Each framework has separate documentation. In its simplest application, the frameset element simply specifies how many columns or rows exist in the frameset. You must use cols or rows attributes.

Differences between HTML and XHTML

NONE

Tips

Note: If you wish to validate a page that contains frames, make sure the DTD is set to "Frameset DTD". Read more about XHTML validation.

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 What does the HTML tag do?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:The function of HTML tagNext article:The function of HTML tag

Related articles

See more