diff --git a/files/en-us/web/html/attributes/multiple/index.md b/files/en-us/web/html/attributes/multiple/index.md index a79b55808c4b40a..50bbbc0febebc7e 100644 --- a/files/en-us/web/html/attributes/multiple/index.md +++ b/files/en-us/web/html/attributes/multiple/index.md @@ -34,7 +34,7 @@ When the attribute is omitted, the user can only select a single file per ` + + - + @@ -117,8 +117,8 @@ The `multiple` attribute on the {{HTMLElement("select")}} element represents a c ```html

- - @@ -165,7 +165,7 @@ select[multiple]:active { */ ``` -There are a few ways to select multiple options in a `` element, selecting an item at the top or bottom of the range they want to select using the Up and Down cursor keys to go up and down the options. The selection of non-contiguous is not as well supported: items should be able to be selected and deselected by pressing Space , but support varies between browsers. +There are a few ways to select multiple options in a `` element, selecting an item at the top or bottom of the range they want to select using the Up and Down cursor keys to go up and down the options. The selection of non-contiguous is not as well-supported: items should be able to be selected and deselected by pressing Space , but support varies between browsers. ## Specifications