163k views
3 votes
SQL What is the HTML verb for create? Pick ONE option -) post -) get -) put/patch -) delete

User Albee
by
6.9k points

1 Answer

2 votes

Final answer:

The HTML verb for create is POST.

Step-by-step explanation:

The HTML verb for create is POST.

HTML provides several methods or verbs that can be used to interact with a server. The POST method is commonly used to submit data to be processed by the server and create new entities or resources.

For example, a form on a website that collects user information and sends it to a server to create a new user account would use the POST method.

User Homayoun
by
7.3k points