Section outline

  • In this unit, we will:

    • Experiment with how to create forms in HTML.
    • Insert text boxes, radio buttons, checklists, and submit buttons into forms.
    • We will use this link to introduce forms. You are to go through all of the try it yourself sections and add a new feature to the form. When done, move onto the tutorial.

    • You are going to create a simple order form for pizza. Use the pictures to assist you in coding out the form. Remember to save and check your work! Show me when done. 8 points.

    • You are going to create form from scratch that allows you a user to order their cap and gown. Requirements:

      • Title using H1
      • Two text field boxes for first and last name.
      • Radio buttons for Male or Female.
      • Dropdown for cap and gown size. S, M, L, XL
      • Submit button that mails to your email address.

      When done, zip the folder and submit here. 10 points on completeness and correctness.