HTML DOM Attributes name attribute
- Προηγούμενη Σελίδα length
- Επόμενη Σελίδα removeNamedItem()
- Επιστροφή στο επίπεδο πάνω Αντικείμενο HTML DOM Ατрибούτων
Definition and usage
name
The attribute returns the name of the attribute.
name
The attribute is read-only.
See also:
Syntax
attribute.name
Return value
Type | Description |
---|---|
String | The name of the attribute. |
Browser support
attribute.name
It is a DOM Level 1 (1998) feature.
All browsers support it:
Chrome | IE | Edge | Firefox | Safari | Opera |
---|---|---|---|---|---|
Chrome | IE | Edge | Firefox | Safari | Opera |
Υποστήριξη | 9-11 | Υποστήριξη | Υποστήριξη | Υποστήριξη | Υποστήριξη |
- Προηγούμενη Σελίδα length
- Επόμενη Σελίδα removeNamedItem()
- Επιστροφή στο επίπεδο πάνω Αντικείμενο HTML DOM Ατрибούτων