The input element
with a type attribute whose
value is "text" represents
a one-line plain text edit control for the input element’s value.
empty (void element)
common attributes & name & disabled & form & type & maxlength & readonly & size & value & autocomplete & autofocus & list & pattern & required & placeholder
The input element is a void element. An input element must have a start tag but must not have an end tag.
any element that can contain phrasing elements