Update ctrl docs and show link to MDN

This commit is contained in:
Marcus Kammer 2023-12-22 17:52:42 +01:00
parent 5bd5489794
commit 62245f909a
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -156,6 +156,8 @@ TYPE: Specifies the type of input, such as: 'button', 'checkbox', 'color', 'date
'email', 'file', 'hidden', 'image', 'month', 'number', 'password', 'radio', 'range', 'reset',
'search', 'submit', 'tel' 'text', 'time', 'url', 'week'
See: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input
NAME: The name attribute for the control.
LABEL: The label to display next to the control."