0
how can we make a input type for email id
3 ответов
+ 2
try this: 
<form>
 <input type="text" name="email">
</form>
pls like if it helped u
+ 1
it's pretty easy. Write input type as text and name as email,That's it
+ 1
<input type="email" name="email">



