Thursday, September 1, 2011

Frame in HTML

What is frame in HTML?
Each and every HTML document is called frame and each frame is independent to each other.
  FRAME- The <frame> tag defines one particular window (frame) within a frameset.
  FRAMESET- The frameset element holds one or more frame elements. Each frame element can hold a separate document.

( NOTE- With frame you can display more than one HTML page in one browser with same window.)

No comments:

Post a Comment