Update input.md

master
Matt Huntington 8 years ago committed by GitHub
parent 452251e001
commit 32c802296b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,7 +48,7 @@ With a **form** tag you can hit the enter key to submit the form data.
```javascript
<form>
<input type="text" placeholder="enter your name" id="input-box"/>
<input type="submit">SUBMIT</button>
<input type="submit" value="SUBMIT"/>
</form>
```

Loading…
Cancel
Save