iframe example

by HemalathaThanigaivel

HTML

<H1>Here is the normal school site.</H1>
<P>
    More school site here.
<iframe src="https://ngpems.atlassian.net/browse/CIT-17" target="_parent" width="100%" height="300">
  <p>Your browser does not support iframes.</p>
</iframe>

CSS

body {
    
    background: white;
}