Learning HTML - Day 10
Today is 01 February 2021 and it is my ninth day to learn HTML 🙋 Day 9 - Time 8.00 pm - 9.15 pm FORMS The < form > element is a container for different types of input elements , such as: text fields, checkboxes, radio buttons, submit buttons, etc. Here are the different input types we can use in HTML: <input type="button"> <input type="checkbox"> <input type="color"> <input type="date"> <input type="datetime-local"> <input type="email"> <input type="file"> <input type="hidden"> <input type="image"> <input type="month"> <input type="number"> <input type="password"> <input type="radio"> <input type="range"> <input type="reset"> <input type="search"> <input type="submit"> <input type="tel"> ...