Horje

How to add An <iframe> that act as a target for a link

Iframe Example.
index.html
Example: HTML
<iframe src="https://horje.com/" name="iframe_a">
<p>Your browser does not support iframes.</p>
</iframe>
</br>
<a href="https://horje.com/" target="iframe_a">Horje.com</a>

Output should be:

How to add An <iframe> that act as a target for a link




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Attribute
Uploaded by:
Admin