CSS Portal
Run
Search
« Back to
HTML accept Attribute
<p> <label for="image">Select an JPG or PNG file:</label> <input type="file" id="image" accept=".jpg, .png" /> </p> <p> <label for="video">Select a video file:</label> <input type="file" id="video" accept="video/*" /> </p> <p> <label for="text">Select all Text files:</label> <input type="file" id="text" accept=".txt" multiple /> </p>
If this site has been useful, we’d love your support! Running this site takes time and resources, and every small contribution helps us keep creating valuable content. Consider buying us a coffee to keep things going strong!
☕ Buy a Coffee