Write HTML program to create a form that should accept name, number of present students (compulsory), time and file to upload from user. Create submit button to send the data.
Answers
Answered by
7
Answer:
<input type="password" placeholder="Enter Password" name="password" required> <button type="submit">Login</button> <input type="checkbox" checked="checked"> Remember me. <button type="button" class="cancelbtn"> Cancel</button>
Explanation:
Hope it helps you
plz mark as the Brainlieset
Similar questions