Horje

How to add HTML <input> type text Attribute

Input type: text

Define two single-line text fields that a user can enter text into.

index.html
Example: HTML
<label for="fname">First name:</label>
<input type="text" id="fname" name="fname"><br>
<label for="lname">Last name:</label>
<input type="text" id="lname" name="lname"><br>

Output should be:

How to add HTML <input> type text  Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin