<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>iframe</title>
</head>
<body>
<iframe src="[i]http[/i]://www.mzwu.com/"></iframe>
<iframe src="[i]http[/i]://www.mzwu.com/"></iframe>
</body>
</html>frameset是框架集,不能放在<body>里面:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>frameset</title>
</head>
<frameset rows="30%,*" noresize="noresize">
<frame src="[i]http[/i]://www.mzwu.com/"></frame>
<frame src="[i]http[/i]://www.mzwu.com/"></frame>
<noframes>Your browser does not handle frames!</noframes>
</frameset>
</html>
评论(0)
暂无评论。