i want open google.com in my website like browser , i can set website on canvas ? or have any way to solve ?
<img id="scream" src="https://www.google.com/" alt="The Scream" width="220" height="277">
i want open google.com in my website like browser , i can set website on canvas ? or have any way to solve ?
<img id="scream" src="https://www.google.com/" alt="The Scream" width="220" height="277">
You can use iframe tag, like this:
<iframe style="width: 100%; height: 300px; overflow: hidden" src="https://www.google.com/webhp?igu=1"></iframe>