Magento Expert Forum - Improve your Magento experience

Results 1 to 13 of 13

What is the purpose of iframe in HTML?

  1. #1

  2. #2
    Junior Member
    Join Date
    Oct 2016
    Posts
    984
    Thanks
    1
    Thanked 4 Times in 4 Posts

    Default

    An iframe is an HTML element that allows an external webpage to be embedded in an HTML document. Unlike traditional frames, which were used to create the structure of a webpage, iframes can be inserted anywhere within a webpage layout. An iframe can be inserted into an HTML document using the iframe tag.
    For example:
    <iframe src="http://example.com" width="728" height="90"></iframe>

  3. #3
    Junior Member
    Join Date
    Mar 2017
    Location
    Delhi
    Posts
    244
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    An iframe HTML element is used t insert content from another source like advertisements into a web page.
    You can embed the another web page in your web page by using the iframe HTML element.

  4. #4
    Junior Member
    Join Date
    Apr 2017
    Posts
    132
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    Thanks for sharing such information.

  5. #5
    Junior Member
    Join Date
    Mar 2017
    Location
    Delhi
    Posts
    244
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Quote Originally Posted by shyamdas View Post
    Thanks for sharing such information.
    Hi Shyam, there is no need to post this type of content, if you have nothing to say so, you can simply click on the thanks button if you agree with the reply, otherwise you can share your experience or can give answer for the particular thread but don't post thank you, nice information.
    If you really want to say you agree with the reply so also mention the reason why you are and do not post spam just for increase the post count.

  6. #6
    Junior Member
    Join Date
    Sep 2016
    Posts
    228
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    The HTML <iframe> tag is used to specify an inline frame, or, as the HTML5 specification refers to it, a nested browsing context.



    Book Ad in Times of India | Newspaper Ad Agency in Delhi
    Last edited by vishnu; 15-03-2019 at 09:46 AM.

  7. #7
    Junior Member
    Join Date
    May 2016
    Location
    Punjab India
    Posts
    135
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    It is in line frame which used to show the advertisement on the website

  8. #8
    Member
    Join Date
    Jun 2017
    Location
    jalandhar
    Posts
    34
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks for sharing with us

  9. #9
    Junior Member
    Join Date
    Sep 2016
    Posts
    335
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    An <iframe> is used for containing (X)HTML documents in other (X)HTML documents. This enables updates of parts of a website while the user browses, without making them reload the whole thing.

  10. #10
    Junior Member
    Join Date
    Feb 2018
    Location
    Singapore
    Posts
    122
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    An iframe HTML element is used t insert content from another source like advertisements into a web page.
    You can embed the another web page in your web page by using the iframe HTML element.

  11. #11
    New member
    Join Date
    Apr 2018
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    iframe contained two webpages into same web page.

  12. #12
    Junior Member
    Join Date
    Feb 2015
    Posts
    316
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    What is the purpose of iframe in HTML?

  13. #13
    Junior Member
    Join Date
    Sep 2018
    Location
    United Kingdom
    Posts
    228
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    A IFrame (Inline Frame) is a HTML report inserted inside another HTML archive on a site. The IFrame HTML component is frequently used to embed content from another source, for example, a commercial, into a Web page.

Bookmarks

Posting Permissions

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