HTML Form Quiz Thread!
No cheating, go screw around in codepen after.









No cheating, go screw around in codepen after.










Will hitting "enter" when the input is focused submit the form?
<form>
<input name="foo" />
<button type="submit" />
</form>
<form>
<input name="foo" />
<button type="submit" />
</form>
Will hitting "enter" when the input is focused submit the form?
<form>
<input name="foo" />
<input name="bar" />
<button type="submit"/>
</form>
<form>
<input name="foo" />
<input name="bar" />
<button type="submit"/>
</form>
Will hitting enter when a field is focused submit the form?
<form>
<input name="foo" />
<input name="bar" />
</form>
<form>
<input name="foo" />
<input name="bar" />
</form>
Will hitting enter when the field is focused submit the form?
<form>
<input name="foo" />
</form>
<form>
<input name="foo" />
</form>
Thanks for playing!
Filler tweet here just to to keep the twitter "3-up threading" from showing just the last poll, here's the start of the polls :P https://twitter.com/ryanflorence/status/1323654143618154496