The <iput> Tag
<input type="..." name="..." id="..." />
The “input” element is an empty element. Therefore, the element only requires a single tag (<input />
).
As with forms, this element is reliant on attributes within the tag to allow it to be useful.
- Previous
- Next