Html Input Types
Type Text
<input type=" text"> It is a single line text input
EX:
<label for="name1">First name:</label><br>
<input type="text" id="name2" name="name1"><br>
<label for="name2">Last name:</label><br>
<input type="text" id="name2" name="name2"...
kiranwriteups.hashnode.dev2 min read