What is IFRAME in HTML?
I frame used to embed another document the current HTML document.
Syntax:
<iframe src="filepath.html" name="iframe_1" height="300px" width="100%" title="Demo"></iframe>
<p><a href="https://www.w3schools.com" target="iframe_1">W3Schools.com</a></p>
<p>When the click on attribute of a link matches the name of an iframe, the link will open in the iframe.</p>
Example:
Do practice this command and look out :
if any question and query kindly contact with us via contact forms.
Thank you
Comments
Post a Comment