Computer Science, asked by PhoebeDSouza, 4 months ago

write HTML code for the following: Create a form to accept Username, password, telephone number, allow the user to

upload a file and submit the form.​

Answers

Answered by usamarehman3310
2

(html)

username:

( input id="username" type="text" placeholder="Username")(br)

Password:

( input id="password" type="password" placeholder="Password")(br)

Telephone Number:

( input id="number" type="phone" placeholder="number")(br)

(/html)

Mark as brainlist for more details

Similar questions