Most form elements are placed on the page by means of the <input> tag. (This is one of those tags which does not format text so previously did not need a closing tag - in XHTML 1.0 remember to put the / at the end of the tag, though.) <input> can render a pretty wide variety of box types, and this is controlled by means of the attribute, type.
This and the next slide demonstrate some of the general principles of input types, but are not a comprehensive list. The handout and the online teaching materials give all the details you will need, including how you can use attributes to control the appearance of the element.