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 property is a characteristic of an object, often describing attributes associated with a data structure. It exists to kind of properties: an Instance Property which holds data specific to a given object instance, or a Static Property which holds data shared between all object instances.