mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2026-05-03 13:10:49 -07:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e3506c9f0 |
+1
-1
@@ -120,7 +120,7 @@ multiple <!-- Allows for multiple optio
|
||||
required <!-- Requires that a value is selected before submitting the form -->
|
||||
autofocus <!-- Specifies that the dropdown automatically comes to focus once the page loads -->
|
||||
<optgroup></optgroup> <!-- Specifies the entire grouping of available options -->
|
||||
<option value=""></option> <!-- Defines one of the available options from the dropdown list -->
|
||||
<option value=""></option> <!-- Defines one of the availlble options from the dropdown list -->
|
||||
<button></button> <!-- A clickable button to submit the form -->
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user