<!DOCTYPE html>
<html>
<body>
<main>
<form action= "www.example.com" method="POST">
<label for="name">Username:</label>
<label for="email">Email:</label>
<input type="email" id="email" required autocomplete><br>
<input type="text" id="name" minlength="5"><br>
<label for="password">Password:</label>
<input type="password" id="password" minlength="6" required><br>