The <iframe> tag specifies an inline frame.
An inline frame is used to embed another document within the current HTML document.An webpage embedded in another webpage
index.jsp
<section id="content">
<iframe height="300px" width="100%" name="iframe"></iframe>
</section>
<li><span><a href="home.jsp" target="iframe">Registraton</a></span></li>
No comments:
Post a Comment