Compare commits

..

2 Commits

Author SHA1 Message Date
Daniel Wilson
1584778f08 Merge 1f3cacb2d2 into 88e5be6e4b 2024-11-25 10:14:25 +01:00
Daniel Wilson
1f3cacb2d2 Update html5.html 2024-11-25 09:10:58 +00:00

View File

@@ -120,7 +120,7 @@ multiple <!-- Allows for multiple optio
required <!-- Requires that a value is selected before submitting the form --> required <!-- Requires that a value is selected before submitting the form -->
autofocus <!-- Specifies that the dropdown automatically comes to focus once the page loads --> autofocus <!-- Specifies that the dropdown automatically comes to focus once the page loads -->
<optgroup></optgroup> <!-- Specifies the entire grouping of available options --> <optgroup></optgroup> <!-- Specifies the entire grouping of available options -->
<option value=""></option> <!-- Defines one of the availlble options from the dropdown list --> <option value=""></option> <!-- Defines one of the available options from the dropdown list -->
<button></button> <!-- A clickable button to submit the form --> <button></button> <!-- A clickable button to submit the form -->