Frames: Jennifer Ventus
Frames: Jennifer Ventus
Frames
HTML Frames
<frameset cols="120,*">
</frameset>
frameset rows="#%, *“
</frameset>
</html>
Activity
Create an html program that will output the
following:
Student Name: Mark Steven T. Ventus
ID Number: 123456 School Name
Section: ABC School Address
Filename: menu.htm
Filename: index.htm
Linking the frames
<a href=“Exer1.htm">Exer1</a>
<html>
<head><title>frames</title><head>
<frameset rows="20%,*">
<frame src="banner.htm" noresize scrolling=no>
<frameset cols="25%,75%" noresize>
<frame src="menu.htm" name="menu" noresize>
<frame src="main.htm" name="main" >
</frameset>
</html>
<img src=“\sunga\subfolder\knights.jpg”>