<!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 class="btn-one">Get href</button>
<button class="btn-two">Get alt</button>
<a href="https://www.websitesiq.com">WebsitesIQ</a>
<img id="sky" src="https://picsum.photos/200" alt="A random image" />
</body>
</html>