How to Create a Submit Button With HTML Programming

HTML--Hypertext Markup Language is a computer language that is used to create web pages. Web sites and web pages are written in HTML code. Whether you are setting up a personal web page or a business web page, learning HTML code can be very beneficial. Knowing how to use the codes can help you manipulate your page settings. HTML documents contain plain text and have the extension .html or .htm. You can add a submit button to your page. Visitors will be able to click on your submit button to send the information that they enter into your forms. Submit buttons are a great way to enhance your site. This guide will teach you how to add submit buttons to your site. It presents a very simple approach to customizing your page.

Instructions

    • 1

      Start the word processor or text editor that you will use to create your web page.

    • 2

      Type <INPUT TYPE=“submit” between the <FORM> and </FORM> tags and press the spacebar.

    • 3

      Type VALUE=“?” and replace the question mark with the text that you want visitors to your site to see beside the submit button. Your text should look like the following example:<INPUT TYPE=“submit” VALUE= “send”></P>

    • 4

      Open a new web browser to verify that your web page displays the submit button correctly. Test the button to see if it you have the ability to send information and that it is received by the administrator of your site. When visitors click on the submit button, the information that they send should be received by your servers. To display your page you may use a browser, such as Internet Explorer. To open your web page in the browser, click the file button along the menu bar, click open. The open dialog box appears. Click Browse to locate your web page in the location that it is saved. Choose the web page that you wish to open. Your web page will appear in the browser.

Tips & Warnings

  • You should display your web page in several browsers to see how each browser will display your page.

Related Searches:

Comments

You May Also Like

Related Ads

Featured