HTML Links with Frames

Example Code


<!-- Codes by HTMLmagics -->
<ul>
<li><a href="http://www.htmlcodes.me/links/examples/salmon.html" target="color">Salmon</a></li>
<li><a href="http://www.htmlcodes.me/links/examples/lime.html" target="color">Lime</a></li>
<li><a href="http://www.htmlcodes.me/links/examples/plum.html" target="color">Plum</a></li>
<li><a href="http://www.htmlcodes.me/links/examples/chocolate.html" target="color">Chocolate</a></li>
</ul>
<iframe src="http://www.htmlcodes.me/links/examples/chocolate.html" width="300" height="100" name="color"></iframe>
<p><a  style="font-size:11px;color:#999;" href="http://htmlmagics.blogspot.com/links/html-links.cfm">HTML links</a></p>



Result