write an HTML program of a single line text input that accepts first name last name user id and one submit button
Answers
Answered by
1
Answer:
form>
<label>Username: <input type="text"></label>
<label>Password: <input type="password"></label>
<input type="submit" value="Submit">
</form>
Similar questions