Property

The term property can have several meanings depending on the context. It may refer to:

Property (CSS)
A CSS property is a characteristic (like color) whose associated value defines one aspect of how the browser should display the element.
Property (JavaScript)
A JavaScript property is a member of an object that associates a key with a value. A JavaScript object is a data structure that stores a collection of properties.