+ 4
HTML5
PUT and DELETE form methods in HTML5 how do they work?
30 Respostas
+ 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.
+ 6
Then what about the PUT and DELETE?
+ 3
⏩ Prometheus ⏪ Catherine is talking about the method attribute on the form tag.
+ 3
⏩ Prometheus ⏪ oopsies, I made a mistake: they’re not form methods, but they are types of requests.
+ 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.
+ 2
Hi
+ 1
Am trying to arrange how a page structure can look like in html 5 bit it has refused
+ 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.
0
html
0
Rearrange html5
0
Right ans
0
querht muhsglt poeh bounj jyu malqh dehst hsed aqsw a sxhe👍👍👍😁😁😁😁
0
hi
0
How can I find the spry member section on html5????????
0
How do img tag work? The image didnt show up in the webpage
0
first copy the image in your html folder