Does the method attribute of the HTML5 form element only support GET and POST?

it is not valid to set the method property in the form form to DELETE . The default setting is GET .
HTML :

:

is there any way to initiate a DELETE request in HTML ?

Feb.28,2021

Yes, native html forms only support POST and GET modes

but jQuery.ajax () is supported


Native only supports post and get attach W3C link

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b316bd-2bda7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b316bd-2bda7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?