Online dictionary

Tag: html

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 4 5 6 7 8 10