---
title: HTMLSelectElement.options
slug: Web/API/HTMLSelectElement/options
tags:
- API
- HTMLSelectElement
- Options
- プロパティ
- 読み取り専用
- ウェブ
browser-compat: api.HTMLSelectElement.options
translation_of: Web/API/HTMLSelectElement/options
---
{{APIRef("DOM")}}
**`HTMLSelectElement.options`** は読み取り専用のプロパティで、{{domxref("HTMLOptionsCollection")}} で {{HTMLElement("select")}} 要素に含まれる {{HTMLElement("option")}} 要素を返します。
## 構文
```js
var options = select.options;
```
## 返値
{{domxref("HTMLOptionsCollection")}} で、`