Computer Science, asked by sk6621328, 1 year ago

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 navjotn406
1

Answer:

form>

<label>Username: <input type="text"></label>

<label>Password: <input type="password"></label>

<input type="submit" value="Submit">

</form>

Similar questions