This chapter discusses how to create forms on web pages. It defines common form controls like text boxes, checkboxes, dropdown menus and buttons. It provides the HTML tags needed to create each form element and shows how to group related form fields together using fieldsets. The chapter walks through building a sample product order form step-by-step and provides the full HTML code for the completed form. It also describes how to test and view the form using a web browser.