<!DOCTYPE html>
<html>
<head>
<title>html tutorial - html5 - html code - html form - In 30Sec by Microsoft Award MVP - | wikitechy accept Attribute</title>
</head>
<body>
<form action="#" onsubmit="alert('Submitted!');return false;">
<input type="file" name="image" accept="image/*">
<input type="submit">
</form>
</body>
</html>