Home HTML and CSS Working With Frames

HTML and CSS - Working With Frames


Two very specific reasons to use frames:
  1. Frames are a unique part of HTML. I want you to understand what you're looking at if you see frames and to also have them in your toolbox if you ever need them.
  2. Frames can occasionally be exactly the right choice for a specific approach. Let's say you want to develop an application in which data loads into another location directly within the same interface. Frames can help you accomplish that kind of functionality; if you need it, you'll know how.

Finally, although iframes are not the same thing as conventional frames, they are in use. You might well want to tap into their unique functionality at some point.

[Next]