body


  <body>
  <h1>Learn your fruit</h1>
    <iframe name="iframe" height="150" width="150" scrolling="no">Pictures of fruit will appear here</iframe>
    <p>Click on the name of the fruit to see an image of it appear.</p>
    <p>The <a href="basic-web-html-06-images-orange.jpg" target="iframe">orange</a> is an orange colored fruit.</p>
    <p>This <a href="basic-web-html-06-images-apple.jpg" target="iframe">apple</a> is red and crunchy.</p>
    <p>The <a href="basic-web-html-06-images-banana.jpg" target="iframe">banana</a> is long and yellow.</p>
  </body>
  </html>