<form action="">
<input type="file" name="aud" accept="audio/*"/>
</form>

In the above code can we just use accept="audio"? what is the use of the /* ?
Also does the input tag required a / in the end for it to function?

thanks in advance