how can we make a input type for email id | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how can we make a input type for email id

26th Oct 2016, 3:27 PM
Atul Gautam
Atul Gautam - avatar
3 Answers
+ 2
try this: <form> <input type="text" name="email"> </form> pls like if it helped u
27th Oct 2016, 4:06 AM
Ankita Srivastava
Ankita Srivastava - avatar
+ 1
it's pretty easy. Write input type as text and name as email,That's it
26th Oct 2016, 3:46 PM
vineet sawant
vineet sawant - avatar
+ 1
<input type="email" name="email">
27th Oct 2016, 5:09 AM
Brian