Email: The <input type="email"> defines a field for an e-mail address.
The input value is automatically validated to ensure it is a properly formatted e-mail address.
File: The <input type="file"> defines a file-select field and a "Browse" button that lets the user choose one or more files from their device storage.
Color: The <input type="color"> defines a color picker. The default value is #000000 (black). The value must be in seven-character hexadecimal notation.
Tel: The <input type="tel"> defines a field for entering a telephone number.
Time: The <input type="time"> creates input fields designed to let the user easily enter a time (hours and minutes).
Month: The <input type= "month"> create input fields that let the user enter a month and year allowing a month and year to be easily entered.
Range: The <input type="range"> defines a control for entering a number whose exact value is not important (like a slider control). Default range is 0 to 100.
That's all for the thread.
If you find it useful retweet the first one.
Happy Learning. 💙✨
• • •
Missing some Tweet in this thread? You can try to
force a refresh
HTML5UP:
HTML5 UP is a collection of amazing free templates, that are fully responsive, built on intelligent html5 and css3, and are fully customizable.html5up.net
Graygrids:
Biggest Source of Free HTML Website Templates and bootstrap Themes for Business, Landing Pages, Admin Dashboards, Resume and portfolio Websites. 400+ Ready to Use Templates and Themes to Ease Your Web Development Process.graygrids.com
Some useful websites for Developers that will help you in your journey:
A Thread🧵👇
W3schools: My go-to resource for a quick recap of different topics. They cover different languages like Javascript, Python, PHP, Java, etc
They provide lots of examples and Try it yourself problems.
FreeCodeCamp: This is one of the best resources out there. Learn to code for free, Build Projects and earn free certification.