My website www.legalteklx.com features a slider on the homepage with images using srcset code for responsive design. I am looking to make these sliding images clickable, but I'm unsure if this is achievable or how to incorporate links into the existing code.
<div class="slide active">
<div class="container">
<strong class="title"><strong><em>LX</em> Monarch</strong> High Definition…Single Touch Control<span>Powerful Simplicity…</span></strong>
<a href="LXMonarch_ProductPage.php" class="btn">Learn More</a>
</div>
<div class="bg-stretch">
<span data-srcset="images/prod02-sm.jpg, images/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="84f4f6ebe0b4b6a9f7e9c4b6fcaaeef4e3">[email protected]</a> 2x"></span>
<span data-srcset="images/prod02.jpg, images/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="6212100d06525022501a4c081205">[email protected]</a> 2x" data-media="(min-width: 768px)"></span>
</div>
</div>