Computer Science, asked by fokeg41029, 10 months ago

write an html program to provide a form that collect name and telephone numbers.

Answers

Answered by rasbinsoundlines
0

Answer:

Here is the detailed resource about how to create an HTML form.

https://codewithrasbin.com/how-to-create-forms-in-html-html-for-beginners-course-lesson-11/

Explanation:

After reading the above mentioned post in the link you should be able to write an html program to create a form that collect name.

To collect telephone number, here is the syntax.

<input type="tel">

Please let me know if you are still not able to do it after reading it too.

Hope this helps!

Similar questions