Content deleted Content added
No edit summary Tags: Reverted Mobile edit Mobile web edit |
m Reverted edits by 174.18.22.35 (talk) to last revision by Cedar101: editing tests |
||
Line 1:
{{short description|Special words used inside the opening tag to control the element's behaviour}}
{{Html series}}
'''HTML attributes''' are special words used inside the opening tag to control the element's behaviour. HTML attributes are a modifier of an ''[[HTML element|HTML
Several basic attributes types have been recognized, including: (1) ''required attributes'', needed by a particular element type for that element type to function correctly; (2) ''optional attributes'', used to modify the default functionality of an element type; (3) ''standard attributes'', supported by many element types; and (4) ''event attributes'', used to cause element types to specify scripts to be run under specific circumstances.
|