0
Can anyone tell me about form attributes and input type in html5?
HTML5 added several new input types: - color - date - datetime - datetime-local - email - month - number - range - search - tel - time - url - week New input attributes in HTML5: - autofocus - form - formaction - formenctype - formmethod - formnovalidate - formtarget - height and width - list - min and max - multiple - pattern (regexp) - placeholder - required - step
1 Odpowiedź
+ 1
Ashfaqur Rahman
Go on www.w3schools.com
To know all these things.