<!DOCTYPE html>
<html>
<head>
<title>Learning jQuery</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
</head>
<body>
<button>Add Marker</button>
<div id="container">
<h1>Heading</h1>
<p>This is a paragraph with some dummy text in it.</p>
</div>
</body>
</html>