Group_Coder

an example of how to use an iframe to embed a Google Map in a webpage

Sep 29th, 2023
821
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>HTML Iframe Example</title>
  5. </head>
  6. <body>
  7. <h1>Embedded Google Map</h1>
  8. <iframe src="https://www.google.com/maps/embed?
  9. q=1600+Amphitheatre+Parkway,
  10. +Mountain+View,+CA"
  11. width="600" height="450" allowfullscreen></iframe>
  12. </body>
  13. </html>
  14.  
Advertisement
Add Comment
Please, Sign In to add comment