Important Notice:

Course Content
Heading Tag / Paragraph Tag
0/2
Horizontal Rules (HR element)
0/1
Font Element
0/1
Image Element
0/1
HTML Basic (Chapter 3) M2-R5.1
About Lesson

Iframe:-

                    <iframe> tag में inline frames को create करने के लिए इस्तेमाल किया जाता है। इसकी मदद से current HTML Document पर दूसरा HTML Document embed किया जाता है।

<iframe> tag को HTML document के body के अन्दर दिया जाता है। Iframe का use एक ही page में किसी दूसरे webpage को add करने के लिए किया जाता है। इसकी सबसे बड़ी advantage यह है की iframes को webpage में किसी भी position में add किया जा सकता है।

Note:- आप किसी दूसरे की site भी Iframes के जरिये अपने webpage में show करवा सकते हो।

Iframe tag को HTML में <iframe> द्वारा define किया जाता है।

Syntax:-<iframe src=”URL/path”></iframe>

Iframe Tag Attribute:-
  1. Src :- Specifies the address of the document to embed in the <iframe>
  2. Name :- Specifies the name of an <iframe>
  3. Height :- Specifies the height of an <iframe>. Default height is 150 pixels
  4. Width :- Specifies the width of an <iframe>. Default width is 300 pixels
  5. Srcdoc :- Specifies the HTML content of the page to show in the <iframe>

Iframe:-

          <iframe> tag is used to create inline frames. With its help, another HTML document is embedded on the current HTML document.

The <iframe> tag is given inside the body of the HTML document. Iframe is used to add another webpage to the same page. Its biggest advantage is that iframes can be added at any position in the webpage.

Note:- You can also show someone else’s site in your webpage through Iframes. Iframe tag is defined by <iframe> in HTML.

Syntax:-<iframe src=”URL/path”></iframe>

Iframe Tag Attribute:-
  1. Src :- Specifies the address of the document to embed in the <iframe>
  2. Name :- Specifies the name of an <iframe>
  3. Height :- Specifies the height of an <iframe>. Default height is 150 pixels
  4. Width :- Specifies the width of an <iframe>. Default width is 300 pixels
  5. Srcdoc :- Specifies the HTML content of the page to show in the <iframe>
error: Content is protected !!