Input
Output
<!DOCTYPE html> <html> <head><title>Register</title></head> <body> <h2>Sign Up</h2> <form> Username: <input type="text" name="username"><br><br> Password: <input type="password" name="password"><br><br> Confirm Password: <input type="password" name="confirmpassword"><br><br> <input type="submit" value="Register"> </form> </body> </html>