struttura
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//IT" "http://www.w3.org/TR/html4/frameset.dtd"> doctype frame

<head>
<title> </title>
</head>


<frameset rows="..." cols="...">

<frame src="prima.html">
<frame src="seconda.html">


<frameset rows="..." cols="...">
<frame src="terza.html">
<frame src="quarta.html">
.......
</frameset>

.......

<noframes> in caso che il browser non supporti i frame
<p><a onFocus="this.blur()" href="senzaFrame.html"></a></p>
</noframes>

</frameset>


si mette frameset al posto di body


righe e colonne




Le grandezze delle righe (rows) o colonne (cols) possono essere indicate:



attributi



indirizzamento dei link nelle pagine html verso il frame


nell'attributo target del link specificare qual'é la destinazione del link verso il nome del frame
<a href="paginaDaLinkare.html" target="nomeDelFrame">

alternative


vedi anche il tag base in cui consente di specificare la destinazione dei tutti link in una sola volta. Il tag va inserito nella pagina contenente i link