For instance: profile pages on a website usually allow a user to update their email address and password.
profile/edit.html
<h2>Update Your Username</h2> <form method="POST" action="/profile/username"> <input type="text" name="username" placeholder="Please Choose a New Username"> <input type="submit" name="Update"> </form>