Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


A Very Basic Example of HTML Frames

This is a basic example of using frames in a web page. The HTML used to create this page looks like this:

<HTML>
<HEAD>
<TITLE>A Basic Example of Frames</TITLE>
</HEAD>

<FRAMESET ROWS="75%, *" COLS="*, 40%">
   <FRAME SRC="framea.html">
   <FRAME SRC="frameb.html">
   <FRAME SRC="framec.html">
   <FRAME SRC="framed.html">

   <NOFRAMES>
   <H1>No Frames? No Problem!</H1>
   Take a look at our 
   <A HREF="basic.noframes.html">no-frames</A> 
   version.
   </NOFRAMES>

</FRAMESET>

</HTML>

 
 
  Copyright 1997-2002 Idocs inc. Published under the terms of the Open Content License Design by Interspire