Edit This Code:
See Result »
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
h1
>
My First Google Map
<
/h1
>
<
div
id
="map"
>
My map will go here
<
/div
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <h1>My First Google Map</h1> <div id="map">My map will go here</div> </body> </html>
Result:
Privacy Policy