Easy Tutorial
❮ Att Html Xmlns Tag Big ❯

HTML <select> size Attribute

HTML <select> Tag

Example

A dropdown list with three visible options:


Browser Support

All major browsers support the size attribute.


Definition and Usage

The size attribute specifies the number of visible options in a dropdown list.

If the value of the size attribute is greater than 1 but less than the total number of options in the list, the browser will display scrollbars to indicate more options can be viewed.


Differences Between HTML 4.01 and HTML5

None.


Syntax

Attribute Values

Value Description
number The number of visible options in the dropdown list. The default value is 1. If the multiple attribute is used, the default value is 4.

❮ Att Html Xmlns Tag Big ❯