HTML
CSS
HTML Form Types
File Types
File
– This is used to upload a file on a web page. You also need to set the enctype=“multipart/form-data”
Example:
<input type=“file”>
Cristle Academy
Compiler