Site icon DataFlair

HTML iframe Tag

Full Stack Web Development Courses with Real-time projects Start Now!!

Program 1

<html>
    <body>
        <iframe  src="example.html" name="frame_link" width="500" height="500"></iframe>
        <a href="https://www.smilefoundationindia.org/" target="frame_link">Click</a>
        
   
    </body>
</html>

 

 

 

Exit mobile version