Embed Map with Iframe

Example embedding a map using an iframe.

Preview

Code

<iframe
src="https://maps.google.com/maps?q=New%20York&output=embed"
width="400"
height="250">
</iframe>

More HTML Iframes Examples (5)