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.
You can't do this with pure static HTML. You'll need to use some sort of server side scripting, via an embedded language like PHP/Python/Perl/Ruby/etc., or a CGI handoff to a custom executable.