Is it feasible to create a "contact us" page that operates properly using only HTML/CSS? For instance, allowing a user to visit the "contact" page and input their email address and message, which would then be sent directly to my email. Would this be achievable with just HTML/CSS, or would JavaScript need to be involved? If so, what term would be used for this functionality?