Results 1 to 5 of 5
  1. #1
    Registered User
    Join Date
    Jun 2017
    Posts
    153

    Lightbulb What is the purpose of iframe in HTML..?

    What is the purpose of iframe in HTML?

  2. #2
    Senior Member dennis123's Avatar
    Join Date
    Apr 2013
    Location
    Bangalore
    Posts
    3,627
    Iframe is called as inline frame that places one HTML document in a frame. It is different from the object element as the inline frame can be made in the target frame. The target frame consists of the links that is defined by other elements used in the web page. Iframe is used to focus on printing or viewing of the source. Iframe can be used by the user in those browser that supports it. If they have used iframe also then the incompatible browser won't display the actual but display of the alternative text will take place. The content of the iframe is being written in between <iframe>.........</iframe>.*****
    The sample example is given below:
    <iframe src="http://www.abc.com"></iframe>

  3. #3
    Senior Member
    Join Date
    Dec 2014
    Location
    Florida
    Posts
    142
    Tips and Notes. Tip: To deal with browsers that do not support <iframe>, add a text between the opening <iframe> tag and the closing </iframe> tag.

  4. #4
    Registered User
    Join Date
    Apr 2014
    Location
    india
    Posts
    407
    The <iframe> creates an inline frame, which embeds an independent HTML document into the current document.

  5. #5
    Member
    Join Date
    Mar 2024
    Location
    Mumbai, India
    Posts
    57
    an iframe (short for inline frame) in HTML is used to embed another document within the current HTML document. This allows you to display content from another source, such as a webpage, video, or interactive media, directly on your webpage. The iframe tag creates a window through which the embedded content is displayed, and you can specify the source (URL) of the content, as well as other attributes like width, height, and border. This is commonly used to include content from different domains, such as embedding a YouTube video on a webpage, or displaying a Google Map.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

  Find Web Hosting      
  Shared Web Hosting UNIX & Linux Web Hosting Windows Web Hosting Adult Web Hosting
  ASP ASP.NET Web Hosting Reseller Web Hosting VPS Web Hosting Managed Web Hosting
  Cloud Web Hosting Dedicated Server E-commerce Web Hosting Cheap Web Hosting


Premium Partners:


Visit forums.thewebhostbiz.com: to discuss the web hosting business, buy and sell websites and domain names, and discuss current web hosting tools and software.