HCI 201 Multimedia and the World Wide Web

Fall 1999 - Section 703 - Basic Frameset Structure


Example of frameset document code:

<HTML>
<HEAD>
    <TITLE>Frames Structure Example</TITLE>
</HEAD>
<FRAMESET COLS="*,*">
    <FRAME SRC="framcont/one.htm">
    <FRAME SRC="framcont/two.htm">
</FRAMESET>
<NOFRAMES>Sorry, but your browser does not support frames.</NOFRAMES>
</HTML>

[see it]


Week 7
Previous | Next

Course Home | Announcements | Class Roster | Schedule | Syllabus