This chapter discusses how to create user input forms on web pages. It covers using the <form> element to contain forms and attributes like method and action. It also covers various input elements like text boxes, checkboxes, radio buttons, and file uploads. Grouping elements like <fieldset> and <legend> are described as well as styling forms with CSS. The overall objectives are to understand how forms work and how to create different types of input objects and style forms.