<ruby id="pnpi3"><option id="pnpi3"><strong id="pnpi3"></strong></option></ruby>
<th id="pnpi3"><fieldset id="pnpi3"></fieldset></th>

    <table id="pnpi3"><strong id="pnpi3"></strong></table>
      <bdo id="pnpi3"></bdo>
    1. \n
      \n
      \nFirst Name: \n<\/form>\n<\/div>\n<\/body>\n<\/html><\/pre>\n

      Output<\/strong>:<\/p>\n

      \"HTML<\/p>\n

      So we have a simple form with simple input as the First Name. The name attribute is used along with the form element to declare input as the First Name. This attribute will be useful when we will send the form data over the network using HTTP. The attribute name and its value will be added to the HTTP Request when we send the request. This information will be used for processing data at the server-side.<\/p>\n

      2. action attribute<\/h4>\n

      Let’s add the submit button in our example so that the form can be submitted.<\/p>\n

      Code<\/strong>:<\/p>\n

      \n\nFirst Name: \n\n<\/form>\n<\/div><\/pre>\n

      Output<\/strong>:<\/p>\n

      \"HTML<\/p>\n

      If we try to submit the form by clicking on the submit button, it will not work. If we look at the code, there is no action to perform or do something upon submitting the form. This is where the attribute comes into the picture. Let’s add the element in our example along with some additional input fields.<\/p>\n

      Code<\/strong>:<\/p>\n

      \n\n