Skip to content

Commit

Permalink
Changed names in frames demo and added closing iframe tag in iframes …
Browse files Browse the repository at this point in the history
…demo
  • Loading branch information
evlogihr committed Apr 16, 2015
1 parent 24c7303 commit 2a7ee01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 5. HTML Forms and Frames/6. IFrame.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ <h1>This is TelerikAcademy</h1>

<div>
<iframe name="iframeNakovCom" width="800" height="400"
src="http://www.telerikacademy.com" frameborder="1" scrolling="yes" />
src="http://www.telerikacademy.com" frameborder="1" scrolling="yes">
</iframe>
</div>
<p>... and this is our Web site</p>
</body>
Expand Down
2 changes: 1 addition & 1 deletion 5. HTML Forms and Frames/frames/left.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>Examples</h1>
</ul>
<h1>Search Engines</h1>
<ul>
<li><a href="http://www.nakov.com" target="mainFrame">Nakov.com</a></li>
<li><a href="http://www.telerik.com" target="mainFrame">Telerik.com</a></li>
<li><a href="http://www.google.com" target="mainFrame">Google</a></li>
<li><a href="http://www.bing.com" target="mainFrame">Bing</a></li>
</ul>
Expand Down

0 comments on commit 2a7ee01

Please sign in to comment.