HTML Introduction
HTML Basic Syntax
HTML Block Element
HTML Formatting
HTML Quotation
HTML Links
HTML List
HTML Table
HTML Audio
HTML Video
HTML Image
HTML Iframe
HTML Favicon
HTML Form
HTML Input Types
HTML Marquee
HTML Meta tag
Learn CSS
Learn Javascript
Learn Django
It is a frame in a web page where we can show image, video, audio, etc.
For create an iframe use iframe tag. In the iframe tag, there is a attribute name src means source .We pass the path/name.extension in src attribute. After giving correct path, that thing what we want show on our iframe, will be displayed in the iframe. If the html file and that file what we want to show, are in the same folder then don't need to pass the path. But if both are in different folders then must give the path. We can also give a link if we want take file from the internet.
1. height: It is used to adjust height of the iframe.
2.width: It is used to adjust width of the iframe.