Computer Science, asked by ishantverma15p, 4 days ago

give one example of an action that can be taken in a form in HTML for class 7
Plz give fast it's urgent ​

Answers

Answered by jyothir616
1

Answer:

The action attribute is used to specify where we want to send the form data when the form is submitted. So the value of the action is the page that will process the form.the form is required to have an action attribute in HTML4. If it's not set, the browser will likely use the same method as providing an empty string to it. You really should set action="" which is perfectly valid HTML4, follows standards, and achieves the same exact result.23-Feb-2012

Similar questions