Answers for "limit input in html"

1

input limit file type html

<!-- (IE 10+, Edge (EdgeHTML), Edge (Chromium), Chrome, Firefox 42+) -->
<input type="file" accept=".jpg,.png,.pdf" />
Posted by: Guest on February-10-2020
0

how to set limit of words in input type text

<input type="text"title="likethis()"maxlength="200"placeholder="This will allow only 200 words">
Posted by: Guest on November-16-2021

Browse Popular Code Answers by Language