EMBEDDING MAP
Run
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HTML</title>
</head>
<body>
    <h2>Map</h2>
	<p> embedding map on the webpage </p>
	<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d9383610.096703343!2d88.69436247808818!3d22.770406358535226!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2sin!4v1624950549198!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="yes" loading="lazy"></iframe>
</body>
</html>