Basic HTML

 
 
          

Form >> Create a Form >> File

 

File Button

File button allows you to browse your files.

HTML Code Sample Output
<form name=f1>
<table border=1 width=70%>
<tr>
<td><input type=file>
</table>
<form>

Form >> Create a Form >> Image Button Take Exam