Write An html code TO create the form shown below
Attachments:
Answers
Answered by
4
<html>
<body>
<form>
<label>Applicant Full Name:<input type="text" name="username"></label><br><br>
<label>Course Attendence:</label><br>
<select name="Course Attendence">
<option value="Everyday">Everyday</option>
<option value="Thrice a week">Thrice a week</option>
<option value="Weekends Only">Weekends Only</option>
</select>
<br><br><br><br>
<input type="submit" value="submit">
</form>
</body>
</html>
Similar questions
Math,
4 months ago
Social Sciences,
4 months ago
Math,
4 months ago
Math,
8 months ago
Math,
8 months ago