Use Google Maps without a key - HTML CSS CSS Layout

HTML CSS examples for CSS Layout:Map

Description

Use Google Maps without a key

Demo Code

ResultView the demo in separate window

<html>
 <head></head> 
 <body> 
  <iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?q=London&amp;ie=UTF8&amp;&amp;output=embed"></iframe> 
  <br>  
 </body><!--  www  .  j a  va 2 s.c o m-->
</html>

Related Tutorials