function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
PrAnKPrAnK 

How to save a Account record from Visualforce page using HTML tag ex.,<input><button>

James LoghryJames Loghry
This is an extremely vague question.  Perhaps it would help if you familiarized yourself with Visualforce first.  Find some documentation and start reading up.  Once you do that, have a look into this document on using the standard controller and extensions, which provides methods you can call around the save functionality.  https://www.salesforce.com/us/developer/docs/pages/Content/apex_pages_standardcontroller.htm
Andy BoettcherAndy Boettcher
If you are looking to avoid native VF tags that utilize view states and all that - just going HTML, read up on Javascript Remoting and Javascript Remote Objects.