Sort the lines so that the resulting HTML code in the browser looks like this:
Intro to HTML forms
Registration form
Report a typo
Put the items in the correct order
<input type="text" name="fullname" id="check1">
<label for="check2">Password:</label>
</form>
<input type="password" id="check2">
<input type="submit" value="Sign Up">
<br>
<label for="check1">Fullname:</label>
<form action="" method="post">
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.