<form method="POST" action="register.php">
<label>Name:</label><input type="text" name="name"><br>
<label>Password</label><input type="password" name="password" maxlength="20"><br>
<label>Profile Picture</label><input type="file" name="profile_picture"><br>
<input type="submit" value="submit">
</form>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.