remove min
This commit is contained in:
parent
d8de618cfc
commit
cc0d191723
1 changed files with 1 additions and 7 deletions
|
@ -35,13 +35,7 @@
|
|||
<section>colors are hot</section>
|
||||
<section>
|
||||
<form id="form">
|
||||
<input
|
||||
id="input"
|
||||
type="text"
|
||||
maxlength="9"
|
||||
minlength="9"
|
||||
value="girltwink"
|
||||
/>
|
||||
<input id="input" type="text" maxlength="9" value="girltwink" />
|
||||
</form>
|
||||
<label for="input">9 character word (case insensitive)</label>
|
||||
<button id="update">update</button>
|
||||
|
|
Loading…
Add table
Reference in a new issue