Inline Frames (iFrames)
iFrames, aka "floating frames" or "Inline Frames", are frames that can be placed anywhere on within a page. iFrames however are still not fully supported by search engines and may cause problems when trying to rank for keywords.
iFrames are very similar to frames. Here is an example of an iframe.
<iframe name="name" src="url.html" width=x height=y></iframe>
If you wish to have a border use frameborder="x" after height. Use "no" in place of x for no border or yes for a border. You may also use a number in place of "yes" or "no." The greater the number the thicker the line.
You may also write text between <iframe> and </iframe> so if visitors are using a browser which does not support iframes they may see some content.
