Is there a way to hide HTML source code yet keeping it effective?
I have a website with a client-side HTML contact form created manually (not as output of an HTML constructor like PHP):
<form action=”mailto:someone@example.com”>
Email Adress:<br>
<input type=”email” … Continue reading Is there a way to hide HTML source code yet keeping it effective?