I have created one html static inquiry form and i want to write a code on submit action in which when we click on submit, One email will send on my account.
Only HTTP(S) URIs are safe for use in form actions. You need a server side process to send email (even if it is an externally hosted, third party service). Attempts to do this purely client side are too unreliable to use.