HTML5 Global Attributes
Refer the below link for global attributes that can be used on any HTML5 element.
HTML4 & 5 Global Attributes - accesskey
In HTML5, the accesskey attribute can be used on any HTML element (it will validate on any HTML element. However, it is not necessarily useful).
In HTML 4.01, the accesskey attribute can be used with:
a, area, button, input, label, legend, and textarea.
Note: Use Alt + accessKey (or Shift + Alt + accessKey) to access the element with the specified access key.
Click Here to view the demo
a, area, button, input, label, legend, and textarea.
Note: Use Alt + accessKey (or Shift + Alt + accessKey) to access the element with the specified access key.
Click Here to view the demo
No comments:
Post a Comment