<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>HTML base 标签在HTML框架中的示例</title> </head> <frameset cols="20%, *"> <frame src="http://www.dreamdu.com/xhtml/"> <frame src="http://www.dreamdu.com" name="dreamdupage"> </frameset> </html>