<html><body><form action="landing-page.php" method="post"> <label for="username">Username</label><br/> <input name="username" placeholder="Username" type="text"/><br/> <label for="email">Email</label><br/> <input name="email" placeholder="Email" type="email"/><br/> <label for="password">Password</label><br/> <input name="password" placeholder="Password" type="password"/><br/> <input name="register" type="submit" value="Register"/> </form></body></html>