Edit This Code:
<!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:
Try it Yourself - © w3schools.com
Privacy Policy