Noun | 1. | element - an abstract part of something; "jealousy was a component of his character"; "two constituents of a musical composition are melody and harmony"; "the grammatical elements of a sentence"; "a key factor in her success"; "humor: an effective ingredient of a speech" |
2. | element - any of the more than 100 known substances (of which 92 occur naturally) that cannot be separated into simpler substances and that singly or in combination constitute all matter Synonyms: chemical element | |
3. | element - an artifact that is one of the individual parts of which a composite entity is made up; especially a part that can be separated from or attached to a system; "spare components for cars"; "a component or constituent element of a system" Synonyms: constituent, component | |
4. | element - one of four substances thought in ancient and medieval cosmology to constitute the physical universe; "the alchemists believed that there were four elements" | |
5. | element - the most favorable environment for a plant or animal; "water is the element of fishes" | |
6. | element - the situation in which you are happiest and most effective; "in your element" | |
7. | element - a straight line that generates a cylinder or cone |
1. | (data, programming) | element - One of the items of data in an array. | |
2. | (language, text) | element - One kind of node in an SGML, HTML, or
XML document tree. An SGML element is typically
represented by a start tag ("").
In some SGML implementations, some tags are omissible, as with
"" in HTML. The start tag can contain attributes (" "), which are an unordered set of key-value
bindings for that element. Both the start tag and end tag for
an element typically contain the "tag name" (also called the
"GI" or generic identifier) for that element. |