HTML: How to limit file upload to be only specific content type like images or videos ?

<input type="file" multiple accept='image/*,audio/*,video/*' >