Frames & Form

Frames, how it works

Frames are used to display an entire web page into another one. Basically, you can create several pages and use them to create a template that will ease your job. For an exemple, you can create a page that will show a menu in one frame and the contents of each link of said menu in the other frame, all that on the same page. You can use FRAMSET, FRAME and IFRAME elements to do so.

Frames as implemented today are problematic for several reasons:

<FRAMESET ...> Some elements:

<FRAMESET ...>

This tag defines the general layout of a web page that uses frames. <FRAMESET ...> is used in conjunction with <FRAME ...> and <NOFRAMES>.

Forms, how it works

<FORM>...</FORM>

This tag delimits the content of a FORM.