HTML iFrames
0 4668
HTML iframes are use for import one web page to another web page. iframe tag is used for display a particular part of the website (insert content form another website).
Copy and paste the below code into your HTML page.
Example:
<iframe src="https://ontimeinfotech.com/" width="800" height="400" scrolling="no" name="onTime Infotech"> Sorry your browser does not support iframes. </iframe>
iframe Properties:
src: this attribute is used for the link to specify a target.
name: It is used to indicate which frame a document should be loaded into.
scrolling: This attribute controls the scrollbars on the frame. This takes values either "yes", "no" or "auto".
For example scrolling="no" means it will not display scroll bars on frame.
Share:
Comments
Waiting for your comments