TUTORIAL HTML : text fields
Sample of the pdf document :
Text fields offer a small
rectangular box that's always ready to receive information from viewers. Users
will notice that when they click these fields, the cursor will change from the
typical arrow to a pipe character ( | ), allowing for text entries to be typed
inside each input field.
A text field is placed on a web page
using the <input> tag, with the type attribute set with a value of
"text".
HTML Text Field Code:
<form name="myWebForm" action="mailto:youremail@email.com" method="post">
First: <input title="Please Enter Your First Name" id="first" name="first" type="text" /> Last: <input title="Please Enter Your Last Name" id="last" name="last" type="text" />
<input type="submit" value="SUBMIT" />
</form>
HTML
Text Fields:
Click here for free Download / PDF

0 commentaires: