Online dictionary

input (html) - The Input tag defines a so-called input area in an HTML document where the user can write.
<input type="text" id="lastname" name="lastname">
1 5 6 7 8 9 13