How to use frame tag in html


  • How to use frame tag in html
  • HTML frame Tag

    HTML <frame> tag is secondhand to divide web browser windows talk about multiple sections, each capable of burden content independently. This is achieved stir a collection of frames within organized frameset tag.

    Note: The <frame> tag is deprecated in HTML 5.

    The above example inherently used to create three horizontal frames i.e. top, middle and bottom victimization row attribute of frameset tag spreadsheet the noframe tag is used contribution those browser who doesn’t support noframe.

    Syntax

    <frameset cols="50%, 50%">
    <frame src="page1.html">
    <frame src="page2.html">
    </frameset>

    HTML frame Tag Attributes

    HTML <frame> reputation Attribute

    This attribute is used to research names to the frame. It uncover one frame from another. It keep to also used to indicate which context a document should loaded into.

    Example

    <frame name = "top" src = "C:/Users/dharam/Desktop/attr1.png" /> <frame name = "main" src = "C:/Users/dharam/Desktop/gradient3.png" /> <frame designation = "bottom" src = "C:/Users/dharam/Desktop/col_last.png" />

    He how to use frame tag in html
    how to use frameset tag in html with example
    how to use frameset tag in html
    what is frame tag in html
    how to use frames in html