<html>
<title>frames-example </title>
<FRAMESET rows ="10%,90%">
<FRAME SRC="menu.htm" >
<FRAME SRC="forms-example.htm" NAME=down>
</FRAMESET>
</html>


תפריט
<html>
<head>
<title>menu </title>
</head>
<body background="question.jpg">
<center>
<a href="forms-example.htm" target="down"> עמוד הבית </a>|
<a href="graphics-example.htm" target="down">הלב</a> |
<a href="lists-example2.htm" target="down">נילס הולגרסון</a> |
<a href="links-example.htm" target="down">הדרדסים</a> |
<a href="tables-example.htm" target="down">הקטקטים</a> |
<a href="multimedia-example.htm" target="down">גברת פלפלת</a>
</center>
</body>
</html>