Edit This Code:
See Result »
<
!DOCTYPE
html
>
<
html
>
<
script
src
="https://maps.googleapis.com/maps/api/js"
>
<
/script
>
<
body
>
<
h1
>
My First Google Map
<
/h1
>
<
div
id
="map"
style
="width:400px;height:400px;background:yellow"
>
<
/div
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <script src="https://maps.googleapis.com/maps/api/js"></script> <body> <h1>My First Google Map</h1> <div id="map" style="width:400px;height:400px;background:yellow"></div> </body> </html>
Result:
Privacy Policy