aboutsummaryrefslogtreecommitdiff
path: root/exampleData/frames/iframetest.html
blob: 3294bc86dd7edf9b561440f67e2e477dc41a5e7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
  <head></head>
<body>
  <h1>This document contains iFrames</h1>
  <p>Here is an iframe:</p>
  <iframe src="../basic/headings.html" width="600" height="300"></iframe>
<br/>
<p>Here is another iframe:</p>
  <iframe src="../basic/headings.html" width="600" height="300"></iframe>
</body>
</html>