" The input element allows you several ways to collect data from a web form. Like anchor ( a ) elements, input elements are self-closing and do not need closing tags.
Nest an input element in the form element."
This is the description from Step 36. It says that the anchor elements are self-closing but they are actually not. I think they meant img elements here as that was the only self-closing element that was teached until this step.