Current Assignment(s)
A4: Questionnaire
Due: Recommended by Monday, 5.28
Due: Recommended by Monday, 5.28
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. Visit the next pages to learn these attributes.
- Previous
- Next