Page 1 of 1

How do I create a Iframe?

Posted: Mon Sep 26, 2016 2:12 pm
by admin
A Iframe is a frame that loads in a website page or a picture, to do this your have to add this code.

<iframe src="http://">
this is located in the body of your page, for example.

<html>
<head>
</head>
<body>
<iframe src="http://www.rjswebhost.com" width="350" height="250">
</body>
</html>
If you copy and past this code you will get a frame with the address in it, the width and height are the size of the frame.