The input element
with a type attribute whose
value is "file"
represents a list of file items, each consisting of a file
name, a file type, and a file body (the contents of the
file).
The input element is a void element. An input element must have a start tag but must not have an end tag.