<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> <head>
<title>HTML noresize 属性示例 -- HTML教程,XHTML教程</title> </head> <frameset cols="33%, 33%, 34%"> <frame src="http://www.dreamdu.com/xhtml/" noresize="noresize"> <frameset rows="40%, 50%"> <frame src="http://www.dreamdu.com/xhtml/intro/" noresize="noresize"> <frame src="http://www.dreamdu.com/xhtml/table/" noresize="noresize"> </frameset> <frame src="http://www.dreamdu.com/xhtml/a/" noresize="noresize"> </frameset> <frameset rows="30%,400,*,2*"> </frameset>
##mytest##
</html>