HTML iFrames Tutorial | iFrame Embed HTML | HTML Example
×

HTML iFrames

4286

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.



Best WordPress Hosting


Share:


Discount Coupons

Get a .COM for just $6.98

Secure Domain for a Mini Price



Leave a Reply


Comments
    Waiting for your comments