-
Notifications
You must be signed in to change notification settings - Fork 0
/
input.html
33 lines (27 loc) · 1.09 KB
/
input.html
1
<!DOCTYPE html><html><head> <title>Storing data from contractors</title> <link rel="stylesheet" href="input.css"></head><body><div><p>In order to register your name as a contractor,complete the following details.Any false details will lead to serious punishments</p><div><ul class="unstyled"><li>Name<br><input type="text" class="text"></li><li>Your photo<br><input type="image"></li><li>Email<br><input type="email"></li><li>Phone number<br><input type="tel"></li><li>Block<br><input type="text"></li><li>City<br><input type="text"></li><li>PIN CODE<br><input type="number"></li><li>State<br><input type="text"></li><li>Date of birth<br><input type="date"></li><li>Aadhar Number<br><input type="number"></li><li>Aadhar pic<br><input type="image"></li><li>Address<br><input type="text"></li></ul></div><button type="submit">Submit your details</button><p>HAve a preferred userid and password for accessing yr data<br><input type="text" placeholder="username" style="border-radius:20%"><br><input type="text" placeholder="password"><br><button type="submit">Submit</button></body></html>