aboutsummaryrefslogtreecommitdiff
path: root/exampleData/frames/iframetest.html
blob: 449ff5ede5a76825eb31d414a62f573a423d06f1 (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="../sites/headings.html" width="600" height="300"></iframe>
<br/>
<p>Here is another iframe:</p>
  <iframe src="../sites/headings.html" width="600" height="300"></iframe>
</body>
</html>