Lesson 05

Match each illustration below with the corresponding frame definition document.

 

Illustration (A):

frame a

Illustration (B):

frame b

Illustration (C):

frame c

 

Frame Definition Document 1:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Document 1</title>
</head>
<frameset rows="75,*,75">
<frame src="a.html" name="a">
<frameset cols="200,*">
<frame src="b.html" name="b">
<frame src="c.html" name="c">
</frameset>
<frame src="d.html" name="d">
<noframes>
<body>
<p>alternate</p>
</body>
</noframes>
</frameset>
</html>


Frame Definition Document 2:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Document 2</title>
</head>
<frameset cols="225,*">
<frame src="a.html" name="a">
<frameset rows="250,*">
<frame src="b.html" name="b">
<frame src="c.html" name="c">
</frameset>
<noframes>
<body>
<p>alternate</p>
</body>
</noframes>
</frameset>
</html>


Frame Definition Document 3:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Document 3</title>
</head>
<frameset rows="*,110">
<frameset cols="325,*">
<frame src="a.html" name="a">
<frame src="b.html" name="b">
</frameset>
<frame src="c.html" name="c">
<noframes>
<body>
<p>alternate</p>
</body>
</noframes>
</frameset>
</html>

 





Assignment Solution (try not to peek):





   1 - (B)
   2 - (A)
   3 - (C)
 

Peeping Eye

     I did get the answers right.....AND I DID NOT PEEK!


Valid HTML 4.01 Transitional
Back to Studies Home