Вы находитесь на странице: 1из 1

<html>

<head>
<title>frame</title>
</head>
<frameset rows="30%,30%,*" framespacing=15 frameborder=1 bordercolor=red border=5
noresize>
<frameset cols="50%,50%">
<frame name=f1 src=anchor.html marginwidth=50 marginheight=25>
<frame name=f2 src=image.html>
</frameset>
<frameset cols="50%,50%">
<frame name=f3 src=image.html scrolling=auto >
<frame name=f4 src=image.html scrolling=auto>
</frameset>
<frame name=f5 src=image.html scrolling=no>
</frameset>
</html>

Вам также может понравиться