Is there any tag in html to upload and download files?
Answer / Amarjeet Kumar Paswan
There is no specific built-in HTML tag for directly uploading or downloading files. Instead, you use the `<form>` element with `enctype="multipart/form-data"` for file uploads and links (`<a href="file.ext">`) or JavaScript APIs like File API for file downloads.
| Is This Answer Correct ? | 0 Yes | 0 No |
When was html5 created?
Why does not table width=100% use the full browser width?
What is a deprecated tag?
How to apply stylesheet with html element by id?
What is the advantage of html5 semantic tags?
List out image related elements in html5?
How to create a nested webpage in html?
What is an h2 tag?
Tell us something about the new <canvas> element.
what is metadata?
2 Answers GSK GlaxoSmithKline,
Why is label used in html?
What is syntactic rule?