Embed Website

Example embedding an external website inside an iframe.

Preview

Code

<iframe src="https://www.wikipedia.org"
width="400"
height="200">
</iframe>

More HTML Iframes Examples (5)