Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>HTML Iframe Example</title>
- </head>
- <body>
- <h1>Embedded Google Map</h1>
- <iframe src="https://www.google.com/maps/embed?
- q=1600+Amphitheatre+Parkway,
- +Mountain+View,+CA"
- width="600" height="450" allowfullscreen></iframe>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment