Last active
January 10, 2018 10:56
-
-
Save aozora/59aeaaba8512e0fa86880eee3e414626 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
This form ha several markup errors: please fix them. | |
--> | |
<form action="/" method="SEND"> | |
<span>User Name:</span> | |
<input type="number" placetext="Write your user name" id="username"> | |
<span>Password</span> | |
<input type="text" placetext="Write your secret password" id="password"> | |
<button type="button">Submit this form</button> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solution: