Certainly! Below is a small HTML code with CSS to provide information about "Category Lensmen Photography Video Agency" using interactive CSS and JS. HTML: html Category Lensmen Photography Video Agency

Welcome to Category Lensmen Photography Video Agency

Category Lensmen is a leading photography and video agency, specializing in capturing memorable moments and creating stunning visual content.

Services Offered:

Contact Us
CSS (styles.css): css body { font-family: Arial, sans-serif; background-color: #f4f4f4; text-align: center; padding: 20px; } h1 { color: #333; } p { color: #666; } ul { list-style: none; padding: 0; } .btn { display: inline-block; padding: 10px 20px; background-color: #007bff; color: #fff; text-decoration: none; border-radius: 5px; transition: background-color 0.3s; } .btn:hover { background-color: #0056b3; } JavaScript (script.js): javascript document.querySelector('.btn').addEventListener('click', function() { alert('Thank you for your interest! We will get in touch with you shortly.'); }); This code provides a basic structure for showcasing information about the "Category Lensmen Photography Video Agency" with interactive CSS and JS.