You are on page 1of 6

Assignment

No. 16

FRAMES
Output
Coding

<html>

<head>

<title> creating frames</title>

</head>

<frameset rows="50%,50%" cols="50%,50%">

<frame src="formatting tags.html">

<frame src="Pre Tag.html">

<frame src="lists.html">

<frame src="table.html">

</frameset>

</html>
Assignment
No. 17

FRAMES
2
Output
Coding

<html>

<head>

<title> creating frames</title>

</head>

<frameset rows="25%,25%,25%,25%">

<frame src="formatting tags.html">

<frame src="pre tag.html">

<frame src="lists.html">

<frame src="table.html">

</frameset>

</html>

You might also like