HTML - input type

0 votes
155 views
added Sep 5, 2019 in HTML by LC Marshal Captain (25,790 points)
<input type="text" name="first_name" placeholder="Your name"  required="">
<input type="tell" name="phone" placeholder="Phone number"  required="">
<input type="email" name="email" placeholder="Your email" required="">
<input type="text" name="first_name" placeholder="Name of project i.e Forest Hill"  required="">
<input type="date" name="first_name" placeholder="Date"  required="">
<textarea name="message" placeholder="Comme
nts"></textarea>
<button type="submit">Send</button>

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...