HTML5 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

HTML5

PUT and DELETE form methods in HTML5 how do they work?

19th Jan 2019, 6:39 AM
Catherine V
Catherine V - avatar
30 Answers
+ 15
Hi Catherine, HTML is a language and a markup language. There can hence be no methods in HTML. Did you mean HTML tags/attributes? Or are you talking about JavaScript object attributes? Please specify please.
19th Jan 2019, 6:43 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 6
Then what about the PUT and DELETE?
19th Jan 2019, 7:43 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 3
⏩ Prometheus ⏪ Catherine is talking about the method attribute on the form tag.
19th Jan 2019, 7:42 AM
Rowsej
Rowsej - avatar
+ 3
⏩ Prometheus ⏪ oopsies, I made a mistake: they’re not form methods, but they are types of requests.
19th Jan 2019, 7:51 AM
Rowsej
Rowsej - avatar
+ 3
PUT and DELETE isn't implemented in html. The only 2 verbs supported is POST, GET. But certain frameworks uses PUT, DELETE and many others with some hacks to make it simpler to understand what a route is doing and to follow the REST design. However the browser only understands GET and POST everything esle is handled server side.
19th Jan 2019, 5:04 PM
jay
+ 2
Hi
7th Jun 2020, 10:54 AM
Shaid SK
Shaid SK - avatar
+ 1
Am trying to arrange how a page structure can look like in html 5 bit it has refused
23rd Apr 2020, 8:07 AM
Ssengombe Andrew
Ssengombe Andrew - avatar
+ 1
img tag: <img src="image.jpg" alt="" width="w" height="h"/> The reasons image didn't show up in the webpage might be: 1. The source (src) path selected might be wrongly put. See for the correct hierarchy of the file. 2. Extension of image file might be different. (.jpg, .png,....) 3. Try changing the width and height of the image [width="w" height="h"] in pixels (px) or percentage (%) as its size might not be adjusted for the webpage. 4. Give the image name (value) in alt="imageName" property, and if the browser shows no image with alt name on the screen; means your browser doesn't support the image format. Try to open the code in different browser.
17th Sep 2020, 7:22 AM
Prasad Tupkari
11th Apr 2020, 7:54 PM
Francesco Antonio Paglia-lunga
0
html
5th May 2020, 12:01 PM
Maria Ghanim
Maria Ghanim - avatar
8th May 2020, 12:16 PM
Chimaobi Amadi
Chimaobi Amadi - avatar
0
Rearrange html5
23rd May 2020, 10:18 AM
Vijay Makwana
Vijay Makwana - avatar
0
Right ans
23rd May 2020, 10:18 AM
Vijay Makwana
Vijay Makwana - avatar
0
querht muhsglt poeh bounj jyu malqh dehst hsed aqsw a sxhe👍👍👍😁😁😁😁
7th Jun 2020, 10:51 AM
jesus fluriach
jesus fluriach - avatar
0
hi
1st Jul 2020, 8:45 AM
WAN MUHAMMAD ISKANDAR BIN WAN MOHD RAZALI
WAN MUHAMMAD ISKANDAR BIN WAN MOHD RAZALI - avatar
0
How can I find the spry member section on html5????????
11th Jul 2020, 7:06 AM
امیر نوروزی
امیر نوروزی - avatar
0
How do img tag work? The image didnt show up in the webpage
16th Sep 2020, 9:51 AM
Kanpeki Desu
Kanpeki Desu - avatar
0
first copy the image in your html folder
12th Nov 2020, 4:19 PM
Umar shaikh
Umar shaikh - avatar