kan iemand mij vertellen wat er verkeerd is aan deze code?
<html>
<head>
<title>Frameset</title>
</head>
<body>
<frameset cols="35%, 75%">
<frameset rows="*, 3*">
<frame src=""frame1.htm">
<frame src="frame2.htm">
</frameset>
<frame src="frame3.htm">
<frame src="frame4.htm">
</frameset>
</body>
</html>
<html>
<head>
<title>Frameset</title>
</head>
<body>
<frameset cols="35%, 75%">
<frameset rows="*, 3*">
<frame src=""frame1.htm">
<frame src="frame2.htm">
</frameset>
<frame src="frame3.htm">
<frame src="frame4.htm">
</frameset>
</body>
</html>