Search This Blog

HTML Input Tag With File Example

HTML Input Tag With File Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Input Tag With File Example </h2>
<form>
<lable> Select Date: </lable> <input type="file"/>
</form>
</body>
</html>
OUTPUT
HTML Input Tag With File Example

No comments:

Post a Comment