HTML submit

by Daniel Hall

HTML

<form action="http:pac-man.com"
 target="_blank">
 

<input type="text" id="name" required>
<br />
password<input type="password" id="name" required>
<input type="submit" value="Submit">
</form>