About 590,000 results
Open links in new tab
  1. HTML frame tag - W3Schools

    Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.

  2. <frame> - HTML | MDN

    Jul 9, 2025 · The <frame> HTML element defines a particular area in which another HTML document can be displayed. A frame should be used within a <frameset>.

  3. How to Create Frames in HTML? - GeeksforGeeks

    Jul 23, 2025 · Frames in HTML allow you to divide a browser window into multiple sections, where each section can load a different HTML document. This technique was once popular for …

  4. HTML - Frames - Online Tutorials Library

    HTML frames are used to divide your browser window into multiple sections where each section can load a separate HTML document independently. A collection of frames in the browser …

  5. HTML Frames Are Obsolete In HTML5: Here's How To Make Them …

    Frames tutorial and complete description of HTML tags for frames. Includes examples of different frames techniques.

  6. HTML <frame> Tag - W3docs

    It defines the structure of a frame (zone in the browser window, where we can load another web page), the number of columns and rows, and also how many percent/pixels it will occupy in a …

  7. Frame HTML - W3schools

    The HTML Tag is not supported in HTML5. It was used to specify an area in an HTML file to display another HTML web page within it.

  8. HTML Frames - W3Schools

    HTML allows programmers to divide a single browser display into multiple window sections, where each section can load individual URLs. This concept of HTML providing multiple frames …

  9. HTML Frames Code - Quackit Tutorials

    You can use the following HTML code to create a web page split into separate frames. You can also check out these frames templates for HTML5 compliant frames templates.

  10. HTML frame tag - w3schools.am

    The <frame> tag defines one particular window (frame) within a <frameset>. Each <frame> in a <frameset> can have different attributes, such as border, scrolling, the ability to resize, etc.