Skip to content

Commit c9b6742

Browse files
authored
Fix formatting of Forms->Option description (#41851)
1 parent 5879188 commit c9b6742

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/web/html/reference/elements

1 file changed

+1
-1
lines changed

files/en-us/web/html/reference/elements/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ HTML provides several elements that can be used together to create forms that th
199199
| {{HTMLElement("legend")}} | Represents a caption for the content of its parent {{HTMLElement("fieldset")}}. |
200200
| {{HTMLElement("meter")}} | Represents either a scalar value within a known range or a fractional value. |
201201
| {{HTMLElement("optgroup")}} | Creates a grouping of options within a {{HTMLElement("select")}} element. |
202-
| {{HTMLElement("option")}} | Used to define an item contained in a select, an {{HTMLElement("optgroup")}}, or a {{HTMLElement("datalist")}} element. As such, `<option>` can represent menu items in popups and other lists of items in an HTML document. |
202+
| {{HTMLElement("option")}} | Used to define an item contained in a {{HTMLElement("select")}}, an {{HTMLElement("optgroup")}}, or a {{HTMLElement("datalist")}} element. As such, `<option>` can represent menu items in popups and other lists of items in an HTML document. |
203203
| {{HTMLElement("output")}} | Container element into which a site or app can inject the results of a calculation or the outcome of a user action. |
204204
| {{HTMLElement("progress")}} | Displays an indicator showing the completion progress of a task, typically displayed as a progress bar. |
205205
| {{HTMLElement("select")}} | Represents a control that provides a menu of options. |

0 commit comments

Comments
 (0)