In-line Frames

Inline frame can be inserted anywhere inside a web page. To use inline frame, use the <iframe>...</iframe> element.
snippet
<html>
<head></head>
This is the text before the  iframe
<iframe src="page1.html" align="left">iframe1</iframe>
<iframe src="page2.html" align="right" width="350" height="200">iframe2</iframe>
<html>
Output
This is the text before the iframe
Related Tutorial
Follow Us
https://www.facebook.com/Rookie-Nerd-638990322793530 https://twitter.com/RookieNerdTutor https://plus.google.com/b/117136517396468545840 #
Contents +