Javascript

to create website in side website............


<html>
<body>

<p>This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
<iframe id="myframe" src="what you want">
  <p>Your browser does not support iframes.</p>
</iframe>
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.</p>

<script>
document.getElementById("myframe").align="right";
</script>

</body>
</html>

Replace what you want with the destination of file or website .......... and save it as .html file.

0 comments: