Load Google maps into iframe - HTML CSS CSS Layout

HTML CSS examples for CSS Layout:Map

Description

Load Google maps into iframe

Demo Code

ResultView the demo in separate window

<html>
 <head> 
  <meta name="viewport" content="width=device-width, initial-scale=1"> 
 </head> <!-- ww  w.j  a  va 2s.  c om-->
 <body> 
  <iframe src="https://mapsengine.google.com/map/embed?mid=zCqArMwLBI1M.kOBWLJlkdlWY&amp;z=15" width="640" height="250"></iframe>  
 </body>
</html>

Related Tutorials