87,989
社区成员
发帖
与我相关
我的任务
分享<iframe src="http://www.w3schools.com">
<p>Your browser does not support iframes.</p>
</iframe><iframe >
<input type="button" value="How many iframes?" />
</iframe><!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Insert title here</title>
</head>
<body>
<p>1.html</p>
<iframe src="2.html"></iframe>
</body>
</html>
2.html:<!doctype html>
<html>
<head>
</head>
<body>
<p>2.html</p>
<iframe src="3.html"></iframe>
</body>
</html>3.html:<!doctype html>
<html>
<head>
</head>
<body>
<p>3.html</p>
</body>
</html>