<!DOCTYPE html>
<html lang="en">
<head>
<title>Learning jQuery</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
</head>
<body>
<p>Enter your name:</p>
<input type="text" placeholder="Name"/>
<input type="submit" value="Submit">
</body>
</html>