Sunday, May 12, 2013

May 10 Online Discussion Question 2

What do we need to know about the form element itself? And are some of the attributes we can use with form and what do they do?


Reminder: give each student a chance to answer a part of the question

5 comments:

  1. Nearly any block element can go inside of the "form" element.

    Ethan

    ReplyDelete
  2. When a form is submitted the info is packaged up and sent to a web server to be processed by a web application.
    Autumn

    ReplyDelete
  3. Method attribute - determines how the form data will be sent to the server.

    [Collin]

    ReplyDelete
  4. Processing results and brand-new HTML page that is returned to the browser, and since it is just HTML, the browser displays it for you.
    Gracie

    ReplyDelete
  5. the form usually links to a separate confirmation web page

    {travis}

    ReplyDelete