π Input Type File
β The <input type="file"> defines a file- select field and a "Browse" button for file uploads.
β Result In Web Browser
π Input Type Hidden
β The <input type="hidden"> defines a hidden input field (not visible to a user).
β A hidden field let web developers include data that cannot be seen or modified by users when a form is submitted.
π Input Type Month
β The <input type="month"> allows the user to select a month and year.
β Result In Web Browser
π Input Type Number
β The input type="number"> defines a numeric input field.
β Result In Web Browser
π Input Type Range
β The <input type="range"> defines a control for entering a number whose exact value is not important (like a slider control).
β Result In Web Browser
Thanks for reading this thread β€οΈ
If you like it , make sure you:
π· Like the tweet
π· Retweet the first tweet β‘
For more content , follow:
@MrunayU