1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Frames Tests</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<h1>Frames Tests</h1>
<form action="" method="get">
<p>
This is for the FRAME test.
<textarea>testing area</textarea>
</p>
</form>
<iframe src="frames-iframe.html" style="width: 100%; height: 20em; margin-top: 3em;"></iframe>
</body>
</html>
|