HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <form action="/login.php" method="get"> <fieldset disabled> <legend>Login:</legend> Email: <input type="email" name="email"><br><br> Password: <input type="password" name="pass"> </fieldset> </form> <p><strong>Note:</strong> Try to have textarea, button inside <strong>fieldset</strong></p> </body> </html>
OUTPUT
×

Save as Private