Tuesday, February 12, 2019
Monday, January 28, 2019
Wednesday, January 23, 2019
Saturday, January 19, 2019
How to use input attributes in html5?
Apart from the input types, some new input attributes have also been introduced in HTML5. Input attributes are those attributes that are used with the <input> tag. So far, the following input attributes were available in HTML.
Monday, January 14, 2019
How to use input type in html5?
HTML5 Input Types
Input types are used to obtain input data from the user. It is defined within the <form> element. So far, you have used many types of input type such as text, radio, button, checkbox, etc. which is used to create text boxes, radio buttons, buttons, and checkboxes, respectively.