Answers for "create html to view url"

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
4

iframe in html

<iframe src="yourURL" height="200" width="300"></iframe>
Posted by: Guest on June-01-2020

Browse Popular Code Answers by Language