Registration form

Report a typo

Sort the lines so that the resulting HTML code in the browser looks like this:

The form with two inputs fields – fullname and password, and the Sight Up button

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">
___

Create a free account to access the full topic