HTML submit

by Daniel Hall

HTML

<form action="http://www.watzthis.com/images/train.png">
name
<input type="text" id="name" required>
<br />
password<input type="password" id="name" required>
<input type="submit" value="Submit">
</form>