Answers for "How to put a website into another site"

1

how to open a website inside a website

<iframe src="https://www.codegrepper.com" width="100%" height="300px"
        title="website" style="border: 10px solid black;">
</iframe>
Posted by: Guest on August-23-2020
1

how to show other website inside my website

<iframe src="http://www.codegrepper.com" width= 600px height=200px></iframe>
Posted by: Guest on August-25-2020

Code answers related to "How to put a website into another site"

Browse Popular Code Answers by Language