Basic HTML version of Foils prepared 11 May 1997

Foil 34 Example of a Frame Document

From Introduction to HTML--ECS400 fall 97 ECS400 Senior Undergraduate Course -- Spring Semester 97. by Nancy J. McCracken *

1 <html>
2 <head>
3 <title>Web Techology class at Syracuse University </title>
4 </head>
5 <frameset rows="7%,93%">
  • <frame src="banner.html">
  • <frameset cols="25%,75%">
  • <frame src="tableofcontents.html" name="TOC">
  • <frame src="contents.html" name="contents">
  • </frameset>
6 </frameset>
7 </html>

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Tue Aug 26 1997