How do I create a Iframe?

Website Design hints and codes
Post Reply
admin
Site Admin
Posts: 37
Joined: Sat Sep 24, 2016 3:19 pm

How do I create a Iframe?

Post 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.
Rogers Software
Post Reply