<!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>
<button type="submit" id="flip-btn">Button</button>
<p>Click to slide down panel</p>
<div id="display-div">This is the slide element in action!</div>
</body>
</html>